@php-wasm/node-8-2 3.1.21 → 3.1.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
package/jspi/php_8_2.js CHANGED
@@ -15,7 +15,7 @@ const currentDirPath =
15
15
  : path.dirname(fileURLToPath(import.meta.url));
16
16
  const dependencyFilename = path.join(currentDirPath, '8_2_30', 'php_8_2.wasm');
17
17
  export { dependencyFilename };
18
- export const dependenciesTotalSize = 22415708;
18
+ export const dependenciesTotalSize = 22416372;
19
19
  const phpVersionString = '8.2.30';
20
20
  export function init(RuntimeName, PHPLoader) {
21
21
  // The rest of the code comes from the built php.js file and esm-suffix.js
@@ -10366,6 +10366,7 @@ export function init(RuntimeName, PHPLoader) {
10366
10366
  _zend_get_executed_filename,
10367
10367
  _zend_get_executed_filename_ex,
10368
10368
  _zend_get_executed_lineno,
10369
+ _zend_get_executed_scope,
10369
10370
  __call_user_function_impl,
10370
10371
  _zend_call_function,
10371
10372
  _zend_call_known_function,
@@ -10385,6 +10386,8 @@ export function init(RuntimeName, PHPLoader) {
10385
10386
  _zend_llist_get_first_ex,
10386
10387
  _zend_llist_get_last_ex,
10387
10388
  _zend_llist_get_next_ex,
10389
+ _destroy_op_array,
10390
+ _zend_destroy_static_vars,
10388
10391
  __is_numeric_string_ex,
10389
10392
  _convert_to_long,
10390
10393
  _zval_get_long_func,
@@ -10506,6 +10509,7 @@ export function init(RuntimeName, PHPLoader) {
10506
10509
  _zend_register_persistent_resource,
10507
10510
  _zend_get_parameter_attribute_str,
10508
10511
  _zend_add_attribute,
10512
+ _zend_execute,
10509
10513
  _zend_set_user_opcode_handler,
10510
10514
  _zend_get_user_opcode_handler,
10511
10515
  _zend_get_zval_ptr,
@@ -10927,6 +10931,8 @@ export function init(RuntimeName, PHPLoader) {
10927
10931
  ] = wasmExports['zend_get_executed_filename_ex'];
10928
10932
  _zend_get_executed_lineno = Module['_zend_get_executed_lineno'] =
10929
10933
  wasmExports['zend_get_executed_lineno'];
10934
+ _zend_get_executed_scope = Module['_zend_get_executed_scope'] =
10935
+ wasmExports['zend_get_executed_scope'];
10930
10936
  __call_user_function_impl = Module['__call_user_function_impl'] =
10931
10937
  wasmExports['_call_user_function_impl'];
10932
10938
  _zend_call_function = Module['_zend_call_function'] =
@@ -10966,6 +10972,10 @@ export function init(RuntimeName, PHPLoader) {
10966
10972
  wasmExports['zend_llist_get_last_ex'];
10967
10973
  _zend_llist_get_next_ex = Module['_zend_llist_get_next_ex'] =
10968
10974
  wasmExports['zend_llist_get_next_ex'];
10975
+ _destroy_op_array = Module['_destroy_op_array'] =
10976
+ wasmExports['destroy_op_array'];
10977
+ _zend_destroy_static_vars = Module['_zend_destroy_static_vars'] =
10978
+ wasmExports['zend_destroy_static_vars'];
10969
10979
  __is_numeric_string_ex = Module['__is_numeric_string_ex'] =
10970
10980
  wasmExports['_is_numeric_string_ex'];
10971
10981
  _convert_to_long = Module['_convert_to_long'] =
@@ -11228,6 +11238,7 @@ export function init(RuntimeName, PHPLoader) {
11228
11238
  ] = wasmExports['zend_get_parameter_attribute_str'];
11229
11239
  _zend_add_attribute = Module['_zend_add_attribute'] =
11230
11240
  wasmExports['zend_add_attribute'];
11241
+ _zend_execute = Module['_zend_execute'] = wasmExports['zend_execute'];
11231
11242
  _zend_set_user_opcode_handler = Module[
11232
11243
  '_zend_set_user_opcode_handler'
11233
11244
  ] = wasmExports['zend_set_user_opcode_handler'];
@@ -11599,120 +11610,152 @@ export function init(RuntimeName, PHPLoader) {
11599
11610
  }
11600
11611
 
11601
11612
  var _spl_ce_RuntimeException = (Module['_spl_ce_RuntimeException'] =
11602
- 12861564);
11613
+ 12861692);
11603
11614
 
11604
- var _core_globals = (Module['_core_globals'] = 12905024);
11615
+ var _file_globals = (Module['_file_globals'] = 12905648);
11605
11616
 
11606
- var _php_ini_opened_path = (Module['_php_ini_opened_path'] = 12765152);
11617
+ var _core_globals = (Module['_core_globals'] = 12905152);
11607
11618
 
11608
- var _php_ini_scanned_path = (Module['_php_ini_scanned_path'] = 12765156);
11619
+ var _php_ini_opened_path = (Module['_php_ini_opened_path'] = 12765280);
11609
11620
 
11610
- var _php_ini_scanned_files = (Module['_php_ini_scanned_files'] = 12765160);
11621
+ var _php_ini_scanned_path = (Module['_php_ini_scanned_path'] = 12765284);
11611
11622
 
11612
- var _sapi_module = (Module['_sapi_module'] = 12846312);
11623
+ var _php_ini_scanned_files = (Module['_php_ini_scanned_files'] = 12765288);
11613
11624
 
11614
- var _sapi_globals = (Module['_sapi_globals'] = 12846456);
11625
+ var _sapi_module = (Module['_sapi_module'] = 12846440);
11615
11626
 
11616
- var _compiler_globals = (Module['_compiler_globals'] = 12908352);
11627
+ var _sapi_globals = (Module['_sapi_globals'] = 12846584);
11617
11628
 
11618
- var _executor_globals = (Module['_executor_globals'] = 12908736);
11629
+ var _compiler_globals = (Module['_compiler_globals'] = 12908480);
11619
11630
 
11620
- var _zend_compile_file = (Module['_zend_compile_file'] = 12909944);
11631
+ var _executor_globals = (Module['_executor_globals'] = 12908864);
11621
11632
 
11622
- var _zend_execute_ex = (Module['_zend_execute_ex'] = 12908160);
11633
+ var _zend_compile_file = (Module['_zend_compile_file'] = 12910072);
11623
11634
 
11624
- var _zend_execute_internal = (Module['_zend_execute_internal'] = 12908164);
11635
+ var _zend_compile_string = (Module['_zend_compile_string'] = 12910076);
11636
+
11637
+ var _zend_execute_ex = (Module['_zend_execute_ex'] = 12908288);
11638
+
11639
+ var _zend_execute_internal = (Module['_zend_execute_internal'] = 12908292);
11625
11640
 
11626
11641
  var _empty_fcall_info = (Module['_empty_fcall_info'] = 9388024);
11627
11642
 
11628
11643
  var _empty_fcall_info_cache = (Module['_empty_fcall_info_cache'] = 9388072);
11629
11644
 
11630
- var _zend_write = (Module['_zend_write'] = 12908276);
11645
+ var _zend_write = (Module['_zend_write'] = 12908404);
11631
11646
 
11632
- var _zend_error_cb = (Module['_zend_error_cb'] = 12908280);
11647
+ var _zend_error_cb = (Module['_zend_error_cb'] = 12908408);
11633
11648
 
11634
- var _zend_post_startup_cb = (Module['_zend_post_startup_cb'] = 12908260);
11649
+ var _zend_post_startup_cb = (Module['_zend_post_startup_cb'] = 12908388);
11635
11650
 
11636
- var _module_registry = (Module['_module_registry'] = 12908176);
11651
+ var _module_registry = (Module['_module_registry'] = 12908304);
11637
11652
 
11638
- var _zend_extensions = (Module['_zend_extensions'] = 12905864);
11653
+ var _zend_extensions = (Module['_zend_extensions'] = 12905992);
11639
11654
 
11640
11655
  var _zend_empty_array = (Module['_zend_empty_array'] = 12257888);
11641
11656
 
11642
11657
  var _zend_pass_function = (Module['_zend_pass_function'] = 12243072);
11643
11658
 
11644
- var _zend_ce_aggregate = (Module['_zend_ce_aggregate'] = 12760328);
11659
+ var _zend_ce_traversable = (Module['_zend_ce_traversable'] = 12760452);
11660
+
11661
+ var _zend_ce_aggregate = (Module['_zend_ce_aggregate'] = 12760456);
11662
+
11663
+ var _zend_ce_iterator = (Module['_zend_ce_iterator'] = 12760460);
11664
+
11665
+ var _zend_ce_serializable = (Module['_zend_ce_serializable'] = 12760464);
11666
+
11667
+ var _zend_ce_arrayaccess = (Module['_zend_ce_arrayaccess'] = 12760468);
11645
11668
 
11646
- var _zend_ce_iterator = (Module['_zend_ce_iterator'] = 12760332);
11669
+ var _zend_ce_countable = (Module['_zend_ce_countable'] = 12760472);
11647
11670
 
11648
- var _zend_ce_countable = (Module['_zend_ce_countable'] = 12760344);
11671
+ var _zend_ce_stringable = (Module['_zend_ce_stringable'] = 12760476);
11649
11672
 
11650
- var _zend_ce_exception = (Module['_zend_ce_exception'] = 12906120);
11673
+ var _zend_ce_exception = (Module['_zend_ce_exception'] = 12906248);
11651
11674
 
11652
- var _zend_ce_error = (Module['_zend_ce_error'] = 12906236);
11675
+ var _zend_ce_error = (Module['_zend_ce_error'] = 12906364);
11653
11676
 
11654
- var _zend_ce_throwable = (Module['_zend_ce_throwable'] = 12906104);
11677
+ var _zend_ce_throwable = (Module['_zend_ce_throwable'] = 12906232);
11655
11678
 
11656
11679
  var _zend_throw_exception_hook = (Module['_zend_throw_exception_hook'] =
11657
- 12906116);
11680
+ 12906244);
11658
11681
 
11659
- var _gc_collect_cycles = (Module['_gc_collect_cycles'] = 12907116);
11682
+ var _zend_ce_division_by_zero_error = (Module[
11683
+ '_zend_ce_division_by_zero_error'
11684
+ ] = 12906376);
11660
11685
 
11661
- var _zend_ce_closure = (Module['_zend_ce_closure'] = 12866780);
11686
+ var _zend_ce_unhandled_match_error = (Module[
11687
+ '_zend_ce_unhandled_match_error'
11688
+ ] = 12906380);
11662
11689
 
11663
- var _zend_empty_string = (Module['_zend_empty_string'] = 12758800);
11690
+ var _gc_collect_cycles = (Module['_gc_collect_cycles'] = 12907244);
11664
11691
 
11665
- var _zend_known_strings = (Module['_zend_known_strings'] = 12758804);
11692
+ var _zend_ce_closure = (Module['_zend_ce_closure'] = 12866908);
11693
+
11694
+ var _zend_empty_string = (Module['_zend_empty_string'] = 12758928);
11695
+
11696
+ var _zend_known_strings = (Module['_zend_known_strings'] = 12758932);
11666
11697
 
11667
11698
  var _zend_string_init_interned = (Module['_zend_string_init_interned'] =
11668
- 12758868);
11699
+ 12758996);
11669
11700
 
11670
- var _zend_one_char_string = (Module['_zend_one_char_string'] = 12758880);
11701
+ var _zend_one_char_string = (Module['_zend_one_char_string'] = 12759008);
11671
11702
 
11672
11703
  var _std_object_handlers = (Module['_std_object_handlers'] = 11839328);
11673
11704
 
11705
+ var _zend_ce_unit_enum = (Module['_zend_ce_unit_enum'] = 12760680);
11706
+
11707
+ var _zend_ce_backed_enum = (Module['_zend_ce_backed_enum'] = 12760684);
11708
+
11674
11709
  var ___memory_base = (Module['___memory_base'] = 0);
11675
11710
 
11676
11711
  var ___table_base = (Module['___table_base'] = 1);
11677
11712
 
11678
- var _stderr = (Module['_stderr'] = 12751680);
11713
+ var _stderr = (Module['_stderr'] = 12751808);
11714
+
11715
+ var _stdin = (Module['_stdin'] = 12751960);
11716
+
11717
+ var _stdout = (Module['_stdout'] = 12752112);
11679
11718
 
11680
- var _stdin = (Module['_stdin'] = 12751832);
11719
+ var __playground_zend_side_module_data_exports = (Module[
11720
+ '__playground_zend_side_module_data_exports'
11721
+ ] = 12258624);
11681
11722
 
11682
- var _stdout = (Module['_stdout'] = 12751984);
11723
+ var __playground_zend_side_module_function_exports = (Module[
11724
+ '__playground_zend_side_module_function_exports'
11725
+ ] = 12258720);
11683
11726
 
11684
- var _z_errmsg = (Module['_z_errmsg'] = 12259408);
11727
+ var _z_errmsg = (Module['_z_errmsg'] = 12259536);
11685
11728
 
11686
- var _timezone = (Module['_timezone'] = 13245232);
11729
+ var _timezone = (Module['_timezone'] = 13245360);
11687
11730
 
11688
- var _tzname = (Module['_tzname'] = 13245240);
11731
+ var _tzname = (Module['_tzname'] = 13245368);
11689
11732
 
11690
- var ___heap_base = 14307504;
11733
+ var ___heap_base = 14307632;
11691
11734
 
11692
11735
  var __ZNSt3__25ctypeIcE2idE = (Module['__ZNSt3__25ctypeIcE2idE'] =
11693
- 13258908);
11736
+ 13259036);
11694
11737
 
11695
11738
  var __ZSt7nothrow = (Module['__ZSt7nothrow'] = 11837162);
11696
11739
 
11697
11740
  var __ZTVN10__cxxabiv120__si_class_type_infoE = (Module[
11698
11741
  '__ZTVN10__cxxabiv120__si_class_type_infoE'
11699
- ] = 12752272);
11742
+ ] = 12752400);
11700
11743
 
11701
11744
  var __ZTVN10__cxxabiv117__class_type_infoE = (Module[
11702
11745
  '__ZTVN10__cxxabiv117__class_type_infoE'
11703
- ] = 12752232);
11746
+ ] = 12752360);
11704
11747
 
11705
11748
  var __ZTVN10__cxxabiv121__vmi_class_type_infoE = (Module[
11706
11749
  '__ZTVN10__cxxabiv121__vmi_class_type_infoE'
11707
- ] = 12752324);
11750
+ ] = 12752452);
11708
11751
 
11709
11752
  var __ZTISt20bad_array_new_length = (Module[
11710
11753
  '__ZTISt20bad_array_new_length'
11711
- ] = 12752444);
11754
+ ] = 12752572);
11712
11755
 
11713
- var __ZTVSt12length_error = (Module['__ZTVSt12length_error'] = 12752520);
11756
+ var __ZTVSt12length_error = (Module['__ZTVSt12length_error'] = 12752648);
11714
11757
 
11715
- var __ZTISt12length_error = (Module['__ZTISt12length_error'] = 12752540);
11758
+ var __ZTISt12length_error = (Module['__ZTISt12length_error'] = 12752668);
11716
11759
 
11717
11760
  var wasmImports = {
11718
11761
  /** @export */ __assert_fail: ___assert_fail,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@php-wasm/node-8-2",
3
- "version": "3.1.21",
3
+ "version": "3.1.25",
4
4
  "description": "PHP 8.2 WebAssembly binaries for node",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,12 +35,12 @@
35
35
  "node": ">=20.10.0",
36
36
  "npm": ">=10.2.3"
37
37
  },
38
- "gitHead": "5864051cbf4c2a55656112d99a3f1b076bcd67cd",
38
+ "gitHead": "e662afdd9a3b6dad3e194ad34d80421c539b7386",
39
39
  "dependencies": {
40
40
  "ini": "4.1.2",
41
41
  "wasm-feature-detect": "1.8.0",
42
42
  "ws": "8.18.0",
43
- "@php-wasm/universal": "3.1.21"
43
+ "@php-wasm/universal": "3.1.25"
44
44
  },
45
45
  "packageManager": "npm@10.9.2",
46
46
  "overrides": {