@php-wasm/web-8-0 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_0.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import dependencyFilename from './8_0_30/php_8_0.wasm';
2
2
  export { dependencyFilename };
3
- export const dependenciesTotalSize = 16722499;
3
+ export const dependenciesTotalSize = 16723423;
4
4
  const phpVersionString = '8.0.30';
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
@@ -8039,6 +8039,7 @@ export function init(RuntimeName, PHPLoader) {
8039
8039
  _zend_call_function,
8040
8040
  _zend_call_known_function,
8041
8041
  _zend_call_known_instance_method_with_2_params,
8042
+ _destroy_op_array,
8042
8043
  __is_numeric_string_ex,
8043
8044
  _convert_to_long,
8044
8045
  _zval_get_long_func,
@@ -8057,6 +8058,7 @@ export function init(RuntimeName, PHPLoader) {
8057
8058
  _zend_spprintf,
8058
8059
  _zend_strpprintf,
8059
8060
  _zend_make_printable_zval,
8061
+ __zend_bailout,
8060
8062
  _zend_error,
8061
8063
  _zend_throw_error,
8062
8064
  _zend_argument_count_error,
@@ -8111,6 +8113,7 @@ export function init(RuntimeName, PHPLoader) {
8111
8113
  _zend_hash_copy,
8112
8114
  _zend_hash_index_find,
8113
8115
  _zend_hash_sort_ex,
8116
+ _zend_execute,
8114
8117
  _zend_register_ini_entries,
8115
8118
  _zend_unregister_ini_entries,
8116
8119
  _zend_alter_ini_entry,
@@ -8343,6 +8346,8 @@ export function init(RuntimeName, PHPLoader) {
8343
8346
  _zend_call_known_instance_method_with_2_params = Module[
8344
8347
  '_zend_call_known_instance_method_with_2_params'
8345
8348
  ] = wasmExports['zend_call_known_instance_method_with_2_params'];
8349
+ _destroy_op_array = Module['_destroy_op_array'] =
8350
+ wasmExports['destroy_op_array'];
8346
8351
  __is_numeric_string_ex = Module['__is_numeric_string_ex'] =
8347
8352
  wasmExports['_is_numeric_string_ex'];
8348
8353
  _convert_to_long = Module['_convert_to_long'] =
@@ -8378,6 +8383,8 @@ export function init(RuntimeName, PHPLoader) {
8378
8383
  wasmExports['zend_strpprintf'];
8379
8384
  _zend_make_printable_zval = Module['_zend_make_printable_zval'] =
8380
8385
  wasmExports['zend_make_printable_zval'];
8386
+ __zend_bailout = Module['__zend_bailout'] =
8387
+ wasmExports['_zend_bailout'];
8381
8388
  _zend_error = Module['_zend_error'] = wasmExports['zend_error'];
8382
8389
  _zend_throw_error = Module['_zend_throw_error'] =
8383
8390
  wasmExports['zend_throw_error'];
@@ -8499,6 +8506,7 @@ export function init(RuntimeName, PHPLoader) {
8499
8506
  wasmExports['zend_hash_index_find'];
8500
8507
  _zend_hash_sort_ex = Module['_zend_hash_sort_ex'] =
8501
8508
  wasmExports['zend_hash_sort_ex'];
8509
+ _zend_execute = Module['_zend_execute'] = wasmExports['zend_execute'];
8502
8510
  _zend_register_ini_entries = Module['_zend_register_ini_entries'] =
8503
8511
  wasmExports['zend_register_ini_entries'];
8504
8512
  _zend_unregister_ini_entries = Module['_zend_unregister_ini_entries'] =
@@ -8737,37 +8745,60 @@ export function init(RuntimeName, PHPLoader) {
8737
8745
  __indirect_function_table = wasmTable =
8738
8746
  wasmExports['__indirect_function_table'];
8739
8747
  }
8740
- var _executor_globals = (Module['_executor_globals'] = 12088328);
8741
- var _zend_ce_aggregate = (Module['_zend_ce_aggregate'] = 11943640);
8742
- var _zend_ce_iterator = (Module['_zend_ce_iterator'] = 11943644);
8743
- var _zend_ce_countable = (Module['_zend_ce_countable'] = 11943656);
8744
- var _zend_ce_exception = (Module['_zend_ce_exception'] = 12086248);
8745
- var _zend_empty_string = (Module['_zend_empty_string'] = 11942064);
8748
+ var _file_globals = (Module['_file_globals'] = 12085864);
8749
+ var _sapi_module = (Module['_sapi_module'] = 12031676);
8750
+ var _sapi_globals = (Module['_sapi_globals'] = 12031824);
8751
+ var _compiler_globals = (Module['_compiler_globals'] = 12088112);
8752
+ var _executor_globals = (Module['_executor_globals'] = 12088488);
8753
+ var _zend_compile_string = (Module['_zend_compile_string'] = 12089652);
8754
+ var _zend_ce_traversable = (Module['_zend_ce_traversable'] = 11943796);
8755
+ var _zend_ce_aggregate = (Module['_zend_ce_aggregate'] = 11943800);
8756
+ var _zend_ce_iterator = (Module['_zend_ce_iterator'] = 11943804);
8757
+ var _zend_ce_serializable = (Module['_zend_ce_serializable'] = 11943808);
8758
+ var _zend_ce_arrayaccess = (Module['_zend_ce_arrayaccess'] = 11943812);
8759
+ var _zend_ce_countable = (Module['_zend_ce_countable'] = 11943816);
8760
+ var _zend_ce_stringable = (Module['_zend_ce_stringable'] = 11943820);
8761
+ var _zend_ce_exception = (Module['_zend_ce_exception'] = 12086408);
8762
+ var _zend_ce_throwable = (Module['_zend_ce_throwable'] = 12086392);
8763
+ var _zend_ce_division_by_zero_error = (Module[
8764
+ '_zend_ce_division_by_zero_error'
8765
+ ] = 12086536);
8766
+ var _zend_ce_unhandled_match_error = (Module[
8767
+ '_zend_ce_unhandled_match_error'
8768
+ ] = 12086880);
8769
+ var _zend_empty_string = (Module['_zend_empty_string'] = 11942224);
8746
8770
  var _zend_string_init_interned = (Module['_zend_string_init_interned'] =
8747
- 11942132);
8748
- var _std_object_handlers = (Module['_std_object_handlers'] = 11601668);
8771
+ 11942292);
8772
+ var _zend_one_char_string = (Module['_zend_one_char_string'] = 11942304);
8773
+ var _std_object_handlers = (Module['_std_object_handlers'] = 11601700);
8749
8774
  var ___memory_base = (Module['___memory_base'] = 0);
8750
8775
  var ___table_base = (Module['___table_base'] = 1);
8751
- var _stdout = (Module['_stdout'] = 11935248);
8752
- var _timezone = (Module['_timezone'] = 12124352);
8753
- var _tzname = (Module['_tzname'] = 12124360);
8754
- var ___heap_base = 13186672;
8776
+ var _stdout = (Module['_stdout'] = 11935408);
8777
+ var __playground_zend_side_module_data_exports = (Module[
8778
+ '__playground_zend_side_module_data_exports'
8779
+ ] = 11602896);
8780
+ var __playground_zend_side_module_function_exports = (Module[
8781
+ '__playground_zend_side_module_function_exports'
8782
+ ] = 11602992);
8783
+ var _timezone = (Module['_timezone'] = 12124512);
8784
+ var _tzname = (Module['_tzname'] = 12124520);
8785
+ var ___heap_base = 13186832;
8755
8786
  var __ZNSt3__25ctypeIcE2idE = (Module['__ZNSt3__25ctypeIcE2idE'] =
8756
- 12138076);
8787
+ 12138236);
8757
8788
  var __ZTVN10__cxxabiv120__si_class_type_infoE = (Module[
8758
8789
  '__ZTVN10__cxxabiv120__si_class_type_infoE'
8759
- ] = 11935536);
8790
+ ] = 11935696);
8760
8791
  var __ZTVN10__cxxabiv117__class_type_infoE = (Module[
8761
8792
  '__ZTVN10__cxxabiv117__class_type_infoE'
8762
- ] = 11935496);
8793
+ ] = 11935656);
8763
8794
  var __ZTVN10__cxxabiv121__vmi_class_type_infoE = (Module[
8764
8795
  '__ZTVN10__cxxabiv121__vmi_class_type_infoE'
8765
- ] = 11935588);
8796
+ ] = 11935748);
8766
8797
  var __ZTISt20bad_array_new_length = (Module[
8767
8798
  '__ZTISt20bad_array_new_length'
8768
- ] = 11935708);
8769
- var __ZTVSt12length_error = (Module['__ZTVSt12length_error'] = 11935784);
8770
- var __ZTISt12length_error = (Module['__ZTISt12length_error'] = 11935804);
8799
+ ] = 11935868);
8800
+ var __ZTVSt12length_error = (Module['__ZTVSt12length_error'] = 11935944);
8801
+ var __ZTISt12length_error = (Module['__ZTISt12length_error'] = 11935964);
8771
8802
  var wasmImports = {
8772
8803
  __assert_fail: ___assert_fail,
8773
8804
  __asyncjs__js_module_onMessage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@php-wasm/web-8-0",
3
- "version": "3.1.21",
3
+ "version": "3.1.25",
4
4
  "description": "PHP 8.0 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": "5864051cbf4c2a55656112d99a3f1b076bcd67cd",
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.21"
42
+ "@php-wasm/universal": "3.1.25"
43
43
  },
44
44
  "packageManager": "npm@10.9.2",
45
45
  "overrides": {