@php-wasm/web-8-2 3.1.22 → 3.1.26
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.
- package/jspi/8_2_30/php_8_2.wasm +0 -0
- package/jspi/php_8_2.js +58 -19
- package/package.json +4 -3
package/jspi/8_2_30/php_8_2.wasm
CHANGED
|
Binary file
|
package/jspi/php_8_2.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import dependencyFilename from './8_2_30/php_8_2.wasm';
|
|
2
2
|
export { dependencyFilename };
|
|
3
|
-
export const dependenciesTotalSize =
|
|
3
|
+
export const dependenciesTotalSize = 20466896;
|
|
4
4
|
const phpVersionString = '8.2.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
|
|
@@ -8047,10 +8047,13 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8047
8047
|
_zend_register_string_constant,
|
|
8048
8048
|
_get_active_class_name,
|
|
8049
8049
|
_get_active_function_name,
|
|
8050
|
+
_zend_get_executed_scope,
|
|
8050
8051
|
__call_user_function_impl,
|
|
8051
8052
|
_zend_call_function,
|
|
8052
8053
|
_zend_call_known_function,
|
|
8053
8054
|
_zend_call_known_instance_method_with_2_params,
|
|
8055
|
+
_destroy_op_array,
|
|
8056
|
+
_zend_destroy_static_vars,
|
|
8054
8057
|
__is_numeric_string_ex,
|
|
8055
8058
|
_convert_to_long,
|
|
8056
8059
|
_zval_get_long_func,
|
|
@@ -8067,6 +8070,7 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8067
8070
|
_zval_add_ref,
|
|
8068
8071
|
_zend_spprintf,
|
|
8069
8072
|
_zend_strpprintf,
|
|
8073
|
+
__zend_bailout,
|
|
8070
8074
|
_zend_error,
|
|
8071
8075
|
_zend_throw_error,
|
|
8072
8076
|
_zend_argument_count_error,
|
|
@@ -8117,6 +8121,7 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8117
8121
|
_zend_hash_copy,
|
|
8118
8122
|
_zend_hash_index_find,
|
|
8119
8123
|
_zend_hash_sort_ex,
|
|
8124
|
+
_zend_execute,
|
|
8120
8125
|
_zend_register_ini_entries_ex,
|
|
8121
8126
|
_zend_unregister_ini_entries_ex,
|
|
8122
8127
|
_zend_alter_ini_entry,
|
|
@@ -8330,6 +8335,8 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8330
8335
|
wasmExports['get_active_class_name'];
|
|
8331
8336
|
_get_active_function_name = Module['_get_active_function_name'] =
|
|
8332
8337
|
wasmExports['get_active_function_name'];
|
|
8338
|
+
_zend_get_executed_scope = Module['_zend_get_executed_scope'] =
|
|
8339
|
+
wasmExports['zend_get_executed_scope'];
|
|
8333
8340
|
__call_user_function_impl = Module['__call_user_function_impl'] =
|
|
8334
8341
|
wasmExports['_call_user_function_impl'];
|
|
8335
8342
|
_zend_call_function = Module['_zend_call_function'] =
|
|
@@ -8339,6 +8346,10 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8339
8346
|
_zend_call_known_instance_method_with_2_params = Module[
|
|
8340
8347
|
'_zend_call_known_instance_method_with_2_params'
|
|
8341
8348
|
] = wasmExports['zend_call_known_instance_method_with_2_params'];
|
|
8349
|
+
_destroy_op_array = Module['_destroy_op_array'] =
|
|
8350
|
+
wasmExports['destroy_op_array'];
|
|
8351
|
+
_zend_destroy_static_vars = Module['_zend_destroy_static_vars'] =
|
|
8352
|
+
wasmExports['zend_destroy_static_vars'];
|
|
8342
8353
|
__is_numeric_string_ex = Module['__is_numeric_string_ex'] =
|
|
8343
8354
|
wasmExports['_is_numeric_string_ex'];
|
|
8344
8355
|
_convert_to_long = Module['_convert_to_long'] =
|
|
@@ -8370,6 +8381,8 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8370
8381
|
wasmExports['zend_spprintf'];
|
|
8371
8382
|
_zend_strpprintf = Module['_zend_strpprintf'] =
|
|
8372
8383
|
wasmExports['zend_strpprintf'];
|
|
8384
|
+
__zend_bailout = Module['__zend_bailout'] =
|
|
8385
|
+
wasmExports['_zend_bailout'];
|
|
8373
8386
|
_zend_error = Module['_zend_error'] = wasmExports['zend_error'];
|
|
8374
8387
|
_zend_throw_error = Module['_zend_throw_error'] =
|
|
8375
8388
|
wasmExports['zend_throw_error'];
|
|
@@ -8479,6 +8492,7 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8479
8492
|
wasmExports['zend_hash_index_find'];
|
|
8480
8493
|
_zend_hash_sort_ex = Module['_zend_hash_sort_ex'] =
|
|
8481
8494
|
wasmExports['zend_hash_sort_ex'];
|
|
8495
|
+
_zend_execute = Module['_zend_execute'] = wasmExports['zend_execute'];
|
|
8482
8496
|
_zend_register_ini_entries_ex = Module[
|
|
8483
8497
|
'_zend_register_ini_entries_ex'
|
|
8484
8498
|
] = wasmExports['zend_register_ini_entries_ex'];
|
|
@@ -8705,37 +8719,62 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8705
8719
|
__indirect_function_table = wasmTable =
|
|
8706
8720
|
wasmExports['__indirect_function_table'];
|
|
8707
8721
|
}
|
|
8708
|
-
var
|
|
8709
|
-
var
|
|
8710
|
-
var
|
|
8711
|
-
var
|
|
8712
|
-
var
|
|
8713
|
-
var
|
|
8722
|
+
var _file_globals = (Module['_file_globals'] = 12856584);
|
|
8723
|
+
var _sapi_module = (Module['_sapi_module'] = 12801752);
|
|
8724
|
+
var _sapi_globals = (Module['_sapi_globals'] = 12801896);
|
|
8725
|
+
var _compiler_globals = (Module['_compiler_globals'] = 12859424);
|
|
8726
|
+
var _executor_globals = (Module['_executor_globals'] = 12859808);
|
|
8727
|
+
var _zend_compile_string = (Module['_zend_compile_string'] = 12861020);
|
|
8728
|
+
var _zend_ce_traversable = (Module['_zend_ce_traversable'] = 12715764);
|
|
8729
|
+
var _zend_ce_aggregate = (Module['_zend_ce_aggregate'] = 12715768);
|
|
8730
|
+
var _zend_ce_iterator = (Module['_zend_ce_iterator'] = 12715772);
|
|
8731
|
+
var _zend_ce_serializable = (Module['_zend_ce_serializable'] = 12715776);
|
|
8732
|
+
var _zend_ce_arrayaccess = (Module['_zend_ce_arrayaccess'] = 12715780);
|
|
8733
|
+
var _zend_ce_countable = (Module['_zend_ce_countable'] = 12715784);
|
|
8734
|
+
var _zend_ce_stringable = (Module['_zend_ce_stringable'] = 12715788);
|
|
8735
|
+
var _zend_ce_exception = (Module['_zend_ce_exception'] = 12857192);
|
|
8736
|
+
var _zend_ce_throwable = (Module['_zend_ce_throwable'] = 12857176);
|
|
8737
|
+
var _zend_ce_division_by_zero_error = (Module[
|
|
8738
|
+
'_zend_ce_division_by_zero_error'
|
|
8739
|
+
] = 12857320);
|
|
8740
|
+
var _zend_ce_unhandled_match_error = (Module[
|
|
8741
|
+
'_zend_ce_unhandled_match_error'
|
|
8742
|
+
] = 12857324);
|
|
8743
|
+
var _zend_empty_string = (Module['_zend_empty_string'] = 12714240);
|
|
8714
8744
|
var _zend_string_init_interned = (Module['_zend_string_init_interned'] =
|
|
8715
|
-
|
|
8745
|
+
12714308);
|
|
8746
|
+
var _zend_one_char_string = (Module['_zend_one_char_string'] = 12714320);
|
|
8716
8747
|
var _std_object_handlers = (Module['_std_object_handlers'] = 11816800);
|
|
8748
|
+
var _zend_ce_unit_enum = (Module['_zend_ce_unit_enum'] = 12715992);
|
|
8749
|
+
var _zend_ce_backed_enum = (Module['_zend_ce_backed_enum'] = 12715996);
|
|
8717
8750
|
var ___memory_base = (Module['___memory_base'] = 0);
|
|
8718
8751
|
var ___table_base = (Module['___table_base'] = 1);
|
|
8719
|
-
var _stdout = (Module['_stdout'] =
|
|
8720
|
-
var
|
|
8721
|
-
|
|
8722
|
-
|
|
8752
|
+
var _stdout = (Module['_stdout'] = 12707424);
|
|
8753
|
+
var __playground_zend_side_module_data_exports = (Module[
|
|
8754
|
+
'__playground_zend_side_module_data_exports'
|
|
8755
|
+
] = 12213936);
|
|
8756
|
+
var __playground_zend_side_module_function_exports = (Module[
|
|
8757
|
+
'__playground_zend_side_module_function_exports'
|
|
8758
|
+
] = 12214032);
|
|
8759
|
+
var _timezone = (Module['_timezone'] = 13196304);
|
|
8760
|
+
var _tzname = (Module['_tzname'] = 13196312);
|
|
8761
|
+
var ___heap_base = 14258576;
|
|
8723
8762
|
var __ZNSt3__25ctypeIcE2idE = (Module['__ZNSt3__25ctypeIcE2idE'] =
|
|
8724
|
-
|
|
8763
|
+
13209980);
|
|
8725
8764
|
var __ZTVN10__cxxabiv120__si_class_type_infoE = (Module[
|
|
8726
8765
|
'__ZTVN10__cxxabiv120__si_class_type_infoE'
|
|
8727
|
-
] =
|
|
8766
|
+
] = 12707712);
|
|
8728
8767
|
var __ZTVN10__cxxabiv117__class_type_infoE = (Module[
|
|
8729
8768
|
'__ZTVN10__cxxabiv117__class_type_infoE'
|
|
8730
|
-
] =
|
|
8769
|
+
] = 12707672);
|
|
8731
8770
|
var __ZTVN10__cxxabiv121__vmi_class_type_infoE = (Module[
|
|
8732
8771
|
'__ZTVN10__cxxabiv121__vmi_class_type_infoE'
|
|
8733
|
-
] =
|
|
8772
|
+
] = 12707764);
|
|
8734
8773
|
var __ZTISt20bad_array_new_length = (Module[
|
|
8735
8774
|
'__ZTISt20bad_array_new_length'
|
|
8736
|
-
] =
|
|
8737
|
-
var __ZTVSt12length_error = (Module['__ZTVSt12length_error'] =
|
|
8738
|
-
var __ZTISt12length_error = (Module['__ZTISt12length_error'] =
|
|
8775
|
+
] = 12707884);
|
|
8776
|
+
var __ZTVSt12length_error = (Module['__ZTVSt12length_error'] = 12707960);
|
|
8777
|
+
var __ZTISt12length_error = (Module['__ZTISt12length_error'] = 12707980);
|
|
8739
8778
|
var wasmImports = {
|
|
8740
8779
|
__assert_fail: ___assert_fail,
|
|
8741
8780
|
__asyncjs__js_module_onMessage,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@php-wasm/web-8-2",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.26",
|
|
4
4
|
"description": "PHP 8.2 WebAssembly binaries for web",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,11 +35,12 @@
|
|
|
35
35
|
"node": ">=20.10.0",
|
|
36
36
|
"npm": ">=10.2.3"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "6acfccb8e79f4e664429e3f729f04dbf2ff55303",
|
|
39
39
|
"dependencies": {
|
|
40
|
+
"ajv": "8.12.0",
|
|
40
41
|
"ini": "4.1.2",
|
|
41
42
|
"wasm-feature-detect": "1.8.0",
|
|
42
|
-
"@php-wasm/universal": "3.1.
|
|
43
|
+
"@php-wasm/universal": "3.1.26"
|
|
43
44
|
},
|
|
44
45
|
"packageManager": "npm@10.9.2",
|
|
45
46
|
"overrides": {
|