@php-wasm/node-7-4 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_7_4.js CHANGED
@@ -15,7 +15,7 @@ const currentDirPath =
15
15
  : path.dirname(fileURLToPath(import.meta.url));
16
16
  const dependencyFilename = path.join(currentDirPath, '7_4_33', 'php_7_4.wasm');
17
17
  export { dependencyFilename };
18
- export const dependenciesTotalSize = 18200792;
18
+ export const dependenciesTotalSize = 18201245;
19
19
  const phpVersionString = '7.4.33';
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
@@ -10363,6 +10363,7 @@ export function init(RuntimeName, PHPLoader) {
10363
10363
  _zend_llist_get_first_ex,
10364
10364
  _zend_llist_get_last_ex,
10365
10365
  _zend_llist_get_next_ex,
10366
+ _destroy_op_array,
10366
10367
  _convert_scalar_to_number,
10367
10368
  __is_numeric_string_ex,
10368
10369
  _convert_to_long,
@@ -10532,6 +10533,7 @@ export function init(RuntimeName, PHPLoader) {
10532
10533
  _smart_str_erealloc,
10533
10534
  __smart_string_alloc,
10534
10535
  _execute_internal,
10536
+ _zend_execute,
10535
10537
  _zend_set_user_opcode_handler,
10536
10538
  _zend_get_user_opcode_handler,
10537
10539
  _zend_get_zval_ptr,
@@ -10938,6 +10940,8 @@ export function init(RuntimeName, PHPLoader) {
10938
10940
  wasmExports['zend_llist_get_last_ex'];
10939
10941
  _zend_llist_get_next_ex = Module['_zend_llist_get_next_ex'] =
10940
10942
  wasmExports['zend_llist_get_next_ex'];
10943
+ _destroy_op_array = Module['_destroy_op_array'] =
10944
+ wasmExports['destroy_op_array'];
10941
10945
  _convert_scalar_to_number = Module['_convert_scalar_to_number'] =
10942
10946
  wasmExports['convert_scalar_to_number'];
10943
10947
  __is_numeric_string_ex = Module['__is_numeric_string_ex'] =
@@ -11296,6 +11300,7 @@ export function init(RuntimeName, PHPLoader) {
11296
11300
  wasmExports['_smart_string_alloc'];
11297
11301
  _execute_internal = Module['_execute_internal'] =
11298
11302
  wasmExports['execute_internal'];
11303
+ _zend_execute = Module['_zend_execute'] = wasmExports['zend_execute'];
11299
11304
  _zend_set_user_opcode_handler = Module[
11300
11305
  '_zend_set_user_opcode_handler'
11301
11306
  ] = wasmExports['zend_set_user_opcode_handler'];
@@ -11571,112 +11576,134 @@ export function init(RuntimeName, PHPLoader) {
11571
11576
  }
11572
11577
 
11573
11578
  var _spl_ce_RuntimeException = (Module['_spl_ce_RuntimeException'] =
11574
- 11001104);
11579
+ 11001248);
11575
11580
 
11576
- var _core_globals = (Module['_core_globals'] = 11044192);
11581
+ var _file_globals = (Module['_file_globals'] = 11044904);
11577
11582
 
11578
- var _php_ini_opened_path = (Module['_php_ini_opened_path'] = 10974176);
11583
+ var _core_globals = (Module['_core_globals'] = 11044336);
11579
11584
 
11580
- var _php_ini_scanned_path = (Module['_php_ini_scanned_path'] = 10974180);
11585
+ var _php_ini_opened_path = (Module['_php_ini_opened_path'] = 10974320);
11581
11586
 
11582
- var _php_ini_scanned_files = (Module['_php_ini_scanned_files'] = 10974184);
11587
+ var _php_ini_scanned_path = (Module['_php_ini_scanned_path'] = 10974324);
11583
11588
 
11584
- var _sapi_module = (Module['_sapi_module'] = 10987960);
11589
+ var _php_ini_scanned_files = (Module['_php_ini_scanned_files'] = 10974328);
11585
11590
 
11586
- var _sapi_globals = (Module['_sapi_globals'] = 10988104);
11591
+ var _sapi_module = (Module['_sapi_module'] = 10988104);
11587
11592
 
11588
- var _compiler_globals = (Module['_compiler_globals'] = 10972440);
11593
+ var _sapi_globals = (Module['_sapi_globals'] = 10988248);
11589
11594
 
11590
- var _executor_globals = (Module['_executor_globals'] = 10972856);
11595
+ var _compiler_globals = (Module['_compiler_globals'] = 10972584);
11591
11596
 
11592
- var _zend_compile_file = (Module['_zend_compile_file'] = 10973992);
11597
+ var _executor_globals = (Module['_executor_globals'] = 10973e3);
11593
11598
 
11594
- var _zend_execute_ex = (Module['_zend_execute_ex'] = 10966968);
11599
+ var _zend_compile_file = (Module['_zend_compile_file'] = 10974136);
11595
11600
 
11596
- var _zend_execute_internal = (Module['_zend_execute_internal'] = 10966972);
11601
+ var _zend_compile_string = (Module['_zend_compile_string'] = 10974140);
11597
11602
 
11598
- var _empty_fcall_info = (Module['_empty_fcall_info'] = 943712);
11603
+ var _zend_execute_ex = (Module['_zend_execute_ex'] = 10967112);
11599
11604
 
11600
- var _empty_fcall_info_cache = (Module['_empty_fcall_info_cache'] = 943760);
11605
+ var _zend_execute_internal = (Module['_zend_execute_internal'] = 10967116);
11601
11606
 
11602
- var _zend_write = (Module['_zend_write'] = 10972376);
11607
+ var _empty_fcall_info = (Module['_empty_fcall_info'] = 943744);
11603
11608
 
11604
- var _zend_error_cb = (Module['_zend_error_cb'] = 10972384);
11609
+ var _empty_fcall_info_cache = (Module['_empty_fcall_info_cache'] = 943792);
11605
11610
 
11606
- var _zend_post_startup_cb = (Module['_zend_post_startup_cb'] = 10972356);
11611
+ var _zend_write = (Module['_zend_write'] = 10972520);
11607
11612
 
11608
- var _module_registry = (Module['_module_registry'] = 10966976);
11613
+ var _zend_error_cb = (Module['_zend_error_cb'] = 10972528);
11609
11614
 
11610
- var _zend_empty_array = (Module['_zend_empty_array'] = 10223536);
11615
+ var _zend_post_startup_cb = (Module['_zend_post_startup_cb'] = 10972500);
11611
11616
 
11612
- var _zend_ce_traversable = (Module['_zend_ce_traversable'] = 10964424);
11617
+ var _module_registry = (Module['_module_registry'] = 10967120);
11613
11618
 
11614
- var _zend_ce_iterator = (Module['_zend_ce_iterator'] = 10964432);
11619
+ var _zend_empty_array = (Module['_zend_empty_array'] = 10223568);
11615
11620
 
11616
- var _zend_ce_countable = (Module['_zend_ce_countable'] = 10964444);
11621
+ var _zend_ce_traversable = (Module['_zend_ce_traversable'] = 10964568);
11617
11622
 
11618
- var _zend_ce_exception = (Module['_zend_ce_exception'] = 10964164);
11623
+ var _zend_ce_aggregate = (Module['_zend_ce_aggregate'] = 10964572);
11619
11624
 
11620
- var _zend_ce_error = (Module['_zend_ce_error'] = 10964292);
11625
+ var _zend_ce_iterator = (Module['_zend_ce_iterator'] = 10964576);
11626
+
11627
+ var _zend_ce_arrayaccess = (Module['_zend_ce_arrayaccess'] = 10964580);
11628
+
11629
+ var _zend_ce_serializable = (Module['_zend_ce_serializable'] = 10964584);
11630
+
11631
+ var _zend_ce_countable = (Module['_zend_ce_countable'] = 10964588);
11632
+
11633
+ var _zend_ce_exception = (Module['_zend_ce_exception'] = 10964308);
11634
+
11635
+ var _zend_ce_error = (Module['_zend_ce_error'] = 10964436);
11636
+
11637
+ var _zend_ce_throwable = (Module['_zend_ce_throwable'] = 10964288);
11621
11638
 
11622
11639
  var _zend_throw_exception_hook = (Module['_zend_throw_exception_hook'] =
11623
- 10964156);
11640
+ 10964300);
11624
11641
 
11625
- var _gc_collect_cycles = (Module['_gc_collect_cycles'] = 10968132);
11642
+ var _gc_collect_cycles = (Module['_gc_collect_cycles'] = 10968276);
11626
11643
 
11627
- var _zend_ce_closure = (Module['_zend_ce_closure'] = 10964304);
11644
+ var _zend_ce_closure = (Module['_zend_ce_closure'] = 10964448);
11628
11645
 
11629
- var _zend_empty_string = (Module['_zend_empty_string'] = 10962536);
11646
+ var _zend_empty_string = (Module['_zend_empty_string'] = 10962680);
11630
11647
 
11631
11648
  var _zend_string_init_interned = (Module['_zend_string_init_interned'] =
11632
- 10962604);
11649
+ 10962748);
11650
+
11651
+ var _zend_one_char_string = (Module['_zend_one_char_string'] = 10962752);
11633
11652
 
11634
- var _std_object_handlers = (Module['_std_object_handlers'] = 10207560);
11653
+ var _std_object_handlers = (Module['_std_object_handlers'] = 10207592);
11635
11654
 
11636
- var _zend_pass_function = (Module['_zend_pass_function'] = 10210296);
11655
+ var _zend_pass_function = (Module['_zend_pass_function'] = 10210328);
11637
11656
 
11638
11657
  var ___memory_base = (Module['___memory_base'] = 0);
11639
11658
 
11640
11659
  var ___table_base = (Module['___table_base'] = 1);
11641
11660
 
11642
- var _stderr = (Module['_stderr'] = 10955376);
11661
+ var _stderr = (Module['_stderr'] = 10955520);
11662
+
11663
+ var _stdin = (Module['_stdin'] = 10955672);
11664
+
11665
+ var _stdout = (Module['_stdout'] = 10955824);
11643
11666
 
11644
- var _stdin = (Module['_stdin'] = 10955528);
11667
+ var __playground_zend_side_module_data_exports = (Module[
11668
+ '__playground_zend_side_module_data_exports'
11669
+ ] = 10628320);
11645
11670
 
11646
- var _stdout = (Module['_stdout'] = 10955680);
11671
+ var __playground_zend_side_module_function_exports = (Module[
11672
+ '__playground_zend_side_module_function_exports'
11673
+ ] = 10628400);
11647
11674
 
11648
- var _z_errmsg = (Module['_z_errmsg'] = 10629072);
11675
+ var _z_errmsg = (Module['_z_errmsg'] = 10629216);
11649
11676
 
11650
- var _timezone = (Module['_timezone'] = 11079648);
11677
+ var _timezone = (Module['_timezone'] = 11079792);
11651
11678
 
11652
- var _tzname = (Module['_tzname'] = 11079656);
11679
+ var _tzname = (Module['_tzname'] = 11079800);
11653
11680
 
11654
- var ___heap_base = 12142096;
11681
+ var ___heap_base = 12142240;
11655
11682
 
11656
11683
  var __ZNSt3__25ctypeIcE2idE = (Module['__ZNSt3__25ctypeIcE2idE'] =
11657
- 11093500);
11684
+ 11093644);
11658
11685
 
11659
- var __ZSt7nothrow = (Module['__ZSt7nothrow'] = 10203402);
11686
+ var __ZSt7nothrow = (Module['__ZSt7nothrow'] = 10203434);
11660
11687
 
11661
11688
  var __ZTVN10__cxxabiv120__si_class_type_infoE = (Module[
11662
11689
  '__ZTVN10__cxxabiv120__si_class_type_infoE'
11663
- ] = 10955968);
11690
+ ] = 10956112);
11664
11691
 
11665
11692
  var __ZTVN10__cxxabiv117__class_type_infoE = (Module[
11666
11693
  '__ZTVN10__cxxabiv117__class_type_infoE'
11667
- ] = 10955928);
11694
+ ] = 10956072);
11668
11695
 
11669
11696
  var __ZTVN10__cxxabiv121__vmi_class_type_infoE = (Module[
11670
11697
  '__ZTVN10__cxxabiv121__vmi_class_type_infoE'
11671
- ] = 10956020);
11698
+ ] = 10956164);
11672
11699
 
11673
11700
  var __ZTISt20bad_array_new_length = (Module[
11674
11701
  '__ZTISt20bad_array_new_length'
11675
- ] = 10956140);
11702
+ ] = 10956284);
11676
11703
 
11677
- var __ZTVSt12length_error = (Module['__ZTVSt12length_error'] = 10956216);
11704
+ var __ZTVSt12length_error = (Module['__ZTVSt12length_error'] = 10956360);
11678
11705
 
11679
- var __ZTISt12length_error = (Module['__ZTISt12length_error'] = 10956236);
11706
+ var __ZTISt12length_error = (Module['__ZTISt12length_error'] = 10956380);
11680
11707
 
11681
11708
  var wasmImports = {
11682
11709
  /** @export */ __assert_fail: ___assert_fail,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@php-wasm/node-7-4",
3
- "version": "3.1.21",
3
+ "version": "3.1.25",
4
4
  "description": "PHP 7.4 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": {