@php-wasm/web-8-1 3.1.22 → 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_1.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import dependencyFilename from './8_1_34/php_8_1.wasm';
2
2
  export { dependencyFilename };
3
- export const dependenciesTotalSize = 20221518;
3
+ export const dependenciesTotalSize = 20222596;
4
4
  const phpVersionString = '8.1.34';
5
5
  export function init(RuntimeName, PHPLoader) {
6
6
  // The rest of the code comes from the built php.js file and esm-suffix.js
@@ -8051,6 +8051,8 @@ export function init(RuntimeName, PHPLoader) {
8051
8051
  _zend_call_function,
8052
8052
  _zend_call_known_function,
8053
8053
  _zend_call_known_instance_method_with_2_params,
8054
+ _destroy_op_array,
8055
+ _zend_destroy_static_vars,
8054
8056
  __is_numeric_string_ex,
8055
8057
  _convert_to_long,
8056
8058
  _zval_get_long_func,
@@ -8067,6 +8069,7 @@ export function init(RuntimeName, PHPLoader) {
8067
8069
  _zval_add_ref,
8068
8070
  _zend_spprintf,
8069
8071
  _zend_strpprintf,
8072
+ __zend_bailout,
8070
8073
  _zend_error,
8071
8074
  _zend_throw_error,
8072
8075
  _zend_argument_count_error,
@@ -8120,6 +8123,7 @@ export function init(RuntimeName, PHPLoader) {
8120
8123
  _zend_hash_copy,
8121
8124
  _zend_hash_index_find,
8122
8125
  _zend_hash_sort_ex,
8126
+ _zend_execute,
8123
8127
  _zend_register_ini_entries,
8124
8128
  _zend_unregister_ini_entries,
8125
8129
  _zend_alter_ini_entry,
@@ -8346,6 +8350,10 @@ export function init(RuntimeName, PHPLoader) {
8346
8350
  _zend_call_known_instance_method_with_2_params = Module[
8347
8351
  '_zend_call_known_instance_method_with_2_params'
8348
8352
  ] = wasmExports['zend_call_known_instance_method_with_2_params'];
8353
+ _destroy_op_array = Module['_destroy_op_array'] =
8354
+ wasmExports['destroy_op_array'];
8355
+ _zend_destroy_static_vars = Module['_zend_destroy_static_vars'] =
8356
+ wasmExports['zend_destroy_static_vars'];
8349
8357
  __is_numeric_string_ex = Module['__is_numeric_string_ex'] =
8350
8358
  wasmExports['_is_numeric_string_ex'];
8351
8359
  _convert_to_long = Module['_convert_to_long'] =
@@ -8377,6 +8385,8 @@ export function init(RuntimeName, PHPLoader) {
8377
8385
  wasmExports['zend_spprintf'];
8378
8386
  _zend_strpprintf = Module['_zend_strpprintf'] =
8379
8387
  wasmExports['zend_strpprintf'];
8388
+ __zend_bailout = Module['__zend_bailout'] =
8389
+ wasmExports['_zend_bailout'];
8380
8390
  _zend_error = Module['_zend_error'] = wasmExports['zend_error'];
8381
8391
  _zend_throw_error = Module['_zend_throw_error'] =
8382
8392
  wasmExports['zend_throw_error'];
@@ -8495,6 +8505,7 @@ export function init(RuntimeName, PHPLoader) {
8495
8505
  wasmExports['zend_hash_index_find'];
8496
8506
  _zend_hash_sort_ex = Module['_zend_hash_sort_ex'] =
8497
8507
  wasmExports['zend_hash_sort_ex'];
8508
+ _zend_execute = Module['_zend_execute'] = wasmExports['zend_execute'];
8498
8509
  _zend_register_ini_entries = Module['_zend_register_ini_entries'] =
8499
8510
  wasmExports['zend_register_ini_entries'];
8500
8511
  _zend_unregister_ini_entries = Module['_zend_unregister_ini_entries'] =
@@ -8725,37 +8736,62 @@ export function init(RuntimeName, PHPLoader) {
8725
8736
  __indirect_function_table = wasmTable =
8726
8737
  wasmExports['__indirect_function_table'];
8727
8738
  }
8728
- var _executor_globals = (Module['_executor_globals'] = 12822752);
8729
- var _zend_ce_aggregate = (Module['_zend_ce_aggregate'] = 12677352);
8730
- var _zend_ce_iterator = (Module['_zend_ce_iterator'] = 12677356);
8731
- var _zend_ce_countable = (Module['_zend_ce_countable'] = 12677368);
8732
- var _zend_ce_exception = (Module['_zend_ce_exception'] = 12820128);
8733
- var _zend_empty_string = (Module['_zend_empty_string'] = 12675824);
8739
+ var _file_globals = (Module['_file_globals'] = 12819712);
8740
+ var _sapi_module = (Module['_sapi_module'] = 12765300);
8741
+ var _sapi_globals = (Module['_sapi_globals'] = 12765448);
8742
+ var _compiler_globals = (Module['_compiler_globals'] = 12822496);
8743
+ var _executor_globals = (Module['_executor_globals'] = 12822880);
8744
+ var _zend_compile_string = (Module['_zend_compile_string'] = 12824084);
8745
+ var _zend_ce_traversable = (Module['_zend_ce_traversable'] = 12677476);
8746
+ var _zend_ce_aggregate = (Module['_zend_ce_aggregate'] = 12677480);
8747
+ var _zend_ce_iterator = (Module['_zend_ce_iterator'] = 12677484);
8748
+ var _zend_ce_serializable = (Module['_zend_ce_serializable'] = 12677488);
8749
+ var _zend_ce_arrayaccess = (Module['_zend_ce_arrayaccess'] = 12677492);
8750
+ var _zend_ce_countable = (Module['_zend_ce_countable'] = 12677496);
8751
+ var _zend_ce_stringable = (Module['_zend_ce_stringable'] = 12677500);
8752
+ var _zend_ce_exception = (Module['_zend_ce_exception'] = 12820256);
8753
+ var _zend_ce_throwable = (Module['_zend_ce_throwable'] = 12820240);
8754
+ var _zend_ce_division_by_zero_error = (Module[
8755
+ '_zend_ce_division_by_zero_error'
8756
+ ] = 12820384);
8757
+ var _zend_ce_unhandled_match_error = (Module[
8758
+ '_zend_ce_unhandled_match_error'
8759
+ ] = 12820388);
8760
+ var _zend_empty_string = (Module['_zend_empty_string'] = 12675952);
8734
8761
  var _zend_string_init_interned = (Module['_zend_string_init_interned'] =
8735
- 12675892);
8762
+ 12676020);
8763
+ var _zend_one_char_string = (Module['_zend_one_char_string'] = 12676032);
8736
8764
  var _std_object_handlers = (Module['_std_object_handlers'] = 11781020);
8765
+ var _zend_ce_unit_enum = (Module['_zend_ce_unit_enum'] = 12677704);
8766
+ var _zend_ce_backed_enum = (Module['_zend_ce_backed_enum'] = 12677708);
8737
8767
  var ___memory_base = (Module['___memory_base'] = 0);
8738
8768
  var ___table_base = (Module['___table_base'] = 1);
8739
- var _stdout = (Module['_stdout'] = 12669008);
8740
- var _timezone = (Module['_timezone'] = 13159232);
8741
- var _tzname = (Module['_tzname'] = 13159240);
8742
- var ___heap_base = 14221504;
8769
+ var _stdout = (Module['_stdout'] = 12669136);
8770
+ var __playground_zend_side_module_data_exports = (Module[
8771
+ '__playground_zend_side_module_data_exports'
8772
+ ] = 12175808);
8773
+ var __playground_zend_side_module_function_exports = (Module[
8774
+ '__playground_zend_side_module_function_exports'
8775
+ ] = 12175904);
8776
+ var _timezone = (Module['_timezone'] = 13159360);
8777
+ var _tzname = (Module['_tzname'] = 13159368);
8778
+ var ___heap_base = 14221632;
8743
8779
  var __ZNSt3__25ctypeIcE2idE = (Module['__ZNSt3__25ctypeIcE2idE'] =
8744
- 13172908);
8780
+ 13173036);
8745
8781
  var __ZTVN10__cxxabiv120__si_class_type_infoE = (Module[
8746
8782
  '__ZTVN10__cxxabiv120__si_class_type_infoE'
8747
- ] = 12669296);
8783
+ ] = 12669424);
8748
8784
  var __ZTVN10__cxxabiv117__class_type_infoE = (Module[
8749
8785
  '__ZTVN10__cxxabiv117__class_type_infoE'
8750
- ] = 12669256);
8786
+ ] = 12669384);
8751
8787
  var __ZTVN10__cxxabiv121__vmi_class_type_infoE = (Module[
8752
8788
  '__ZTVN10__cxxabiv121__vmi_class_type_infoE'
8753
- ] = 12669348);
8789
+ ] = 12669476);
8754
8790
  var __ZTISt20bad_array_new_length = (Module[
8755
8791
  '__ZTISt20bad_array_new_length'
8756
- ] = 12669468);
8757
- var __ZTVSt12length_error = (Module['__ZTVSt12length_error'] = 12669544);
8758
- var __ZTISt12length_error = (Module['__ZTISt12length_error'] = 12669564);
8792
+ ] = 12669596);
8793
+ var __ZTVSt12length_error = (Module['__ZTVSt12length_error'] = 12669672);
8794
+ var __ZTISt12length_error = (Module['__ZTISt12length_error'] = 12669692);
8759
8795
  var wasmImports = {
8760
8796
  __assert_fail: ___assert_fail,
8761
8797
  __asyncjs__js_module_onMessage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@php-wasm/web-8-1",
3
- "version": "3.1.22",
3
+ "version": "3.1.25",
4
4
  "description": "PHP 8.1 WebAssembly binaries for web",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,11 +35,11 @@
35
35
  "node": ">=20.10.0",
36
36
  "npm": ">=10.2.3"
37
37
  },
38
- "gitHead": "04c986b63dd56fe74e4ed0cf04d00cae7ac050bf",
38
+ "gitHead": "e662afdd9a3b6dad3e194ad34d80421c539b7386",
39
39
  "dependencies": {
40
40
  "ini": "4.1.2",
41
41
  "wasm-feature-detect": "1.8.0",
42
- "@php-wasm/universal": "3.1.22"
42
+ "@php-wasm/universal": "3.1.25"
43
43
  },
44
44
  "packageManager": "npm@10.9.2",
45
45
  "overrides": {