@php-wasm/web-8-3 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_3_30/php_8_3.wasm +0 -0
- package/jspi/php_8_3.js +58 -19
- package/package.json +4 -3
package/jspi/8_3_30/php_8_3.wasm
CHANGED
|
Binary file
|
package/jspi/php_8_3.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import dependencyFilename from './8_3_30/php_8_3.wasm';
|
|
2
2
|
export { dependencyFilename };
|
|
3
|
-
export const dependenciesTotalSize =
|
|
3
|
+
export const dependenciesTotalSize = 20759108;
|
|
4
4
|
const phpVersionString = '8.3.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,
|
|
@@ -8119,6 +8123,7 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8119
8123
|
_zend_hash_copy,
|
|
8120
8124
|
_zend_hash_index_find,
|
|
8121
8125
|
_zend_hash_sort_ex,
|
|
8126
|
+
_zend_execute,
|
|
8122
8127
|
_zend_register_ini_entries_ex,
|
|
8123
8128
|
_zend_unregister_ini_entries_ex,
|
|
8124
8129
|
_zend_alter_ini_entry,
|
|
@@ -8334,6 +8339,8 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8334
8339
|
wasmExports['get_active_class_name'];
|
|
8335
8340
|
_get_active_function_name = Module['_get_active_function_name'] =
|
|
8336
8341
|
wasmExports['get_active_function_name'];
|
|
8342
|
+
_zend_get_executed_scope = Module['_zend_get_executed_scope'] =
|
|
8343
|
+
wasmExports['zend_get_executed_scope'];
|
|
8337
8344
|
__call_user_function_impl = Module['__call_user_function_impl'] =
|
|
8338
8345
|
wasmExports['_call_user_function_impl'];
|
|
8339
8346
|
_zend_call_function = Module['_zend_call_function'] =
|
|
@@ -8343,6 +8350,10 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8343
8350
|
_zend_call_known_instance_method_with_2_params = Module[
|
|
8344
8351
|
'_zend_call_known_instance_method_with_2_params'
|
|
8345
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'];
|
|
8346
8357
|
__is_numeric_string_ex = Module['__is_numeric_string_ex'] =
|
|
8347
8358
|
wasmExports['_is_numeric_string_ex'];
|
|
8348
8359
|
_convert_to_long = Module['_convert_to_long'] =
|
|
@@ -8374,6 +8385,8 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8374
8385
|
wasmExports['zend_spprintf'];
|
|
8375
8386
|
_zend_strpprintf = Module['_zend_strpprintf'] =
|
|
8376
8387
|
wasmExports['zend_strpprintf'];
|
|
8388
|
+
__zend_bailout = Module['__zend_bailout'] =
|
|
8389
|
+
wasmExports['_zend_bailout'];
|
|
8377
8390
|
_zend_error = Module['_zend_error'] = wasmExports['zend_error'];
|
|
8378
8391
|
_zend_throw_error = Module['_zend_throw_error'] =
|
|
8379
8392
|
wasmExports['zend_throw_error'];
|
|
@@ -8489,6 +8502,7 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8489
8502
|
wasmExports['zend_hash_index_find'];
|
|
8490
8503
|
_zend_hash_sort_ex = Module['_zend_hash_sort_ex'] =
|
|
8491
8504
|
wasmExports['zend_hash_sort_ex'];
|
|
8505
|
+
_zend_execute = Module['_zend_execute'] = wasmExports['zend_execute'];
|
|
8492
8506
|
_zend_register_ini_entries_ex = Module[
|
|
8493
8507
|
'_zend_register_ini_entries_ex'
|
|
8494
8508
|
] = wasmExports['zend_register_ini_entries_ex'];
|
|
@@ -8719,37 +8733,62 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8719
8733
|
__indirect_function_table = wasmTable =
|
|
8720
8734
|
wasmExports['__indirect_function_table'];
|
|
8721
8735
|
}
|
|
8722
|
-
var
|
|
8723
|
-
var
|
|
8724
|
-
var
|
|
8725
|
-
var
|
|
8726
|
-
var
|
|
8727
|
-
var
|
|
8736
|
+
var _file_globals = (Module['_file_globals'] = 13775608);
|
|
8737
|
+
var _sapi_module = (Module['_sapi_module'] = 13753656);
|
|
8738
|
+
var _sapi_globals = (Module['_sapi_globals'] = 13753800);
|
|
8739
|
+
var _compiler_globals = (Module['_compiler_globals'] = 13778432);
|
|
8740
|
+
var _executor_globals = (Module['_executor_globals'] = 13778816);
|
|
8741
|
+
var _zend_compile_string = (Module['_zend_compile_string'] = 13780124);
|
|
8742
|
+
var _zend_ce_traversable = (Module['_zend_ce_traversable'] = 13667340);
|
|
8743
|
+
var _zend_ce_aggregate = (Module['_zend_ce_aggregate'] = 13667344);
|
|
8744
|
+
var _zend_ce_iterator = (Module['_zend_ce_iterator'] = 13667348);
|
|
8745
|
+
var _zend_ce_serializable = (Module['_zend_ce_serializable'] = 13667352);
|
|
8746
|
+
var _zend_ce_arrayaccess = (Module['_zend_ce_arrayaccess'] = 13667356);
|
|
8747
|
+
var _zend_ce_countable = (Module['_zend_ce_countable'] = 13667360);
|
|
8748
|
+
var _zend_ce_stringable = (Module['_zend_ce_stringable'] = 13667364);
|
|
8749
|
+
var _zend_ce_exception = (Module['_zend_ce_exception'] = 13776336);
|
|
8750
|
+
var _zend_ce_throwable = (Module['_zend_ce_throwable'] = 13776332);
|
|
8751
|
+
var _zend_ce_division_by_zero_error = (Module[
|
|
8752
|
+
'_zend_ce_division_by_zero_error'
|
|
8753
|
+
] = 13776464);
|
|
8754
|
+
var _zend_ce_unhandled_match_error = (Module[
|
|
8755
|
+
'_zend_ce_unhandled_match_error'
|
|
8756
|
+
] = 13776468);
|
|
8757
|
+
var _zend_empty_string = (Module['_zend_empty_string'] = 13665808);
|
|
8728
8758
|
var _zend_string_init_interned = (Module['_zend_string_init_interned'] =
|
|
8729
|
-
|
|
8759
|
+
13665876);
|
|
8760
|
+
var _zend_one_char_string = (Module['_zend_one_char_string'] = 13665888);
|
|
8730
8761
|
var _std_object_handlers = (Module['_std_object_handlers'] = 13164096);
|
|
8762
|
+
var _zend_ce_unit_enum = (Module['_zend_ce_unit_enum'] = 13667756);
|
|
8763
|
+
var _zend_ce_backed_enum = (Module['_zend_ce_backed_enum'] = 13667760);
|
|
8731
8764
|
var ___memory_base = (Module['___memory_base'] = 0);
|
|
8732
8765
|
var ___table_base = (Module['___table_base'] = 1);
|
|
8733
|
-
var _stdout = (Module['_stdout'] =
|
|
8734
|
-
var
|
|
8735
|
-
|
|
8736
|
-
|
|
8766
|
+
var _stdout = (Module['_stdout'] = 13658992);
|
|
8767
|
+
var __playground_zend_side_module_data_exports = (Module[
|
|
8768
|
+
'__playground_zend_side_module_data_exports'
|
|
8769
|
+
] = 13165440);
|
|
8770
|
+
var __playground_zend_side_module_function_exports = (Module[
|
|
8771
|
+
'__playground_zend_side_module_function_exports'
|
|
8772
|
+
] = 13165536);
|
|
8773
|
+
var _timezone = (Module['_timezone'] = 14115408);
|
|
8774
|
+
var _tzname = (Module['_tzname'] = 14115416);
|
|
8775
|
+
var ___heap_base = 15177680;
|
|
8737
8776
|
var __ZNSt3__25ctypeIcE2idE = (Module['__ZNSt3__25ctypeIcE2idE'] =
|
|
8738
|
-
|
|
8777
|
+
14129084);
|
|
8739
8778
|
var __ZTVN10__cxxabiv120__si_class_type_infoE = (Module[
|
|
8740
8779
|
'__ZTVN10__cxxabiv120__si_class_type_infoE'
|
|
8741
|
-
] =
|
|
8780
|
+
] = 13659280);
|
|
8742
8781
|
var __ZTVN10__cxxabiv117__class_type_infoE = (Module[
|
|
8743
8782
|
'__ZTVN10__cxxabiv117__class_type_infoE'
|
|
8744
|
-
] =
|
|
8783
|
+
] = 13659240);
|
|
8745
8784
|
var __ZTVN10__cxxabiv121__vmi_class_type_infoE = (Module[
|
|
8746
8785
|
'__ZTVN10__cxxabiv121__vmi_class_type_infoE'
|
|
8747
|
-
] =
|
|
8786
|
+
] = 13659332);
|
|
8748
8787
|
var __ZTISt20bad_array_new_length = (Module[
|
|
8749
8788
|
'__ZTISt20bad_array_new_length'
|
|
8750
|
-
] =
|
|
8751
|
-
var __ZTVSt12length_error = (Module['__ZTVSt12length_error'] =
|
|
8752
|
-
var __ZTISt12length_error = (Module['__ZTISt12length_error'] =
|
|
8789
|
+
] = 13659452);
|
|
8790
|
+
var __ZTVSt12length_error = (Module['__ZTVSt12length_error'] = 13659528);
|
|
8791
|
+
var __ZTISt12length_error = (Module['__ZTISt12length_error'] = 13659548);
|
|
8753
8792
|
var wasmImports = {
|
|
8754
8793
|
__assert_fail: ___assert_fail,
|
|
8755
8794
|
__asyncjs__js_module_onMessage,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@php-wasm/web-8-3",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.26",
|
|
4
4
|
"description": "PHP 8.3 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": {
|