@php-wasm/web-8-4 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_4_20/php_8_4.wasm +0 -0
- package/jspi/php_8_4.js +59 -21
- package/package.json +4 -3
package/jspi/8_4_20/php_8_4.wasm
CHANGED
|
Binary file
|
package/jspi/php_8_4.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import dependencyFilename from './8_4_20/php_8_4.wasm';
|
|
2
2
|
export { dependencyFilename };
|
|
3
|
-
export const dependenciesTotalSize =
|
|
3
|
+
export const dependenciesTotalSize = 22373591;
|
|
4
4
|
const phpVersionString = '8.4.20';
|
|
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
|
|
@@ -8092,10 +8092,12 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8092
8092
|
_zend_throw_exception_ex,
|
|
8093
8093
|
_get_active_class_name,
|
|
8094
8094
|
_get_active_function_name,
|
|
8095
|
+
_zend_get_executed_scope,
|
|
8095
8096
|
__call_user_function_impl,
|
|
8096
8097
|
_zend_call_function,
|
|
8097
8098
|
_zend_call_known_function,
|
|
8098
8099
|
_zend_call_known_instance_method_with_2_params,
|
|
8100
|
+
_zend_execute,
|
|
8099
8101
|
_gc_possible_root,
|
|
8100
8102
|
_zend_get_gc_buffer_create,
|
|
8101
8103
|
_zend_get_gc_buffer_grow,
|
|
@@ -8128,6 +8130,8 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8128
8130
|
_zend_object_std_init,
|
|
8129
8131
|
_zend_object_std_dtor,
|
|
8130
8132
|
_zend_objects_clone_members,
|
|
8133
|
+
_destroy_op_array,
|
|
8134
|
+
_zend_destroy_static_vars,
|
|
8131
8135
|
__is_numeric_string_ex,
|
|
8132
8136
|
_zval_try_get_long,
|
|
8133
8137
|
_convert_to_long,
|
|
@@ -8148,6 +8152,7 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8148
8152
|
_zval_add_ref,
|
|
8149
8153
|
_zend_spprintf,
|
|
8150
8154
|
_zend_strpprintf,
|
|
8155
|
+
__zend_bailout,
|
|
8151
8156
|
_zend_error,
|
|
8152
8157
|
_zend_throw_error,
|
|
8153
8158
|
_zend_illegal_container_offset,
|
|
@@ -8448,6 +8453,8 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8448
8453
|
wasmExports['get_active_class_name'];
|
|
8449
8454
|
_get_active_function_name = Module['_get_active_function_name'] =
|
|
8450
8455
|
wasmExports['get_active_function_name'];
|
|
8456
|
+
_zend_get_executed_scope = Module['_zend_get_executed_scope'] =
|
|
8457
|
+
wasmExports['zend_get_executed_scope'];
|
|
8451
8458
|
__call_user_function_impl = Module['__call_user_function_impl'] =
|
|
8452
8459
|
wasmExports['_call_user_function_impl'];
|
|
8453
8460
|
_zend_call_function = Module['_zend_call_function'] =
|
|
@@ -8457,6 +8464,7 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8457
8464
|
_zend_call_known_instance_method_with_2_params = Module[
|
|
8458
8465
|
'_zend_call_known_instance_method_with_2_params'
|
|
8459
8466
|
] = wasmExports['zend_call_known_instance_method_with_2_params'];
|
|
8467
|
+
_zend_execute = Module['_zend_execute'] = wasmExports['zend_execute'];
|
|
8460
8468
|
_gc_possible_root = Module['_gc_possible_root'] =
|
|
8461
8469
|
wasmExports['gc_possible_root'];
|
|
8462
8470
|
_zend_get_gc_buffer_create = Module['_zend_get_gc_buffer_create'] =
|
|
@@ -8523,6 +8531,10 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8523
8531
|
wasmExports['zend_object_std_dtor'];
|
|
8524
8532
|
_zend_objects_clone_members = Module['_zend_objects_clone_members'] =
|
|
8525
8533
|
wasmExports['zend_objects_clone_members'];
|
|
8534
|
+
_destroy_op_array = Module['_destroy_op_array'] =
|
|
8535
|
+
wasmExports['destroy_op_array'];
|
|
8536
|
+
_zend_destroy_static_vars = Module['_zend_destroy_static_vars'] =
|
|
8537
|
+
wasmExports['zend_destroy_static_vars'];
|
|
8526
8538
|
__is_numeric_string_ex = Module['__is_numeric_string_ex'] =
|
|
8527
8539
|
wasmExports['_is_numeric_string_ex'];
|
|
8528
8540
|
_zval_try_get_long = Module['_zval_try_get_long'] =
|
|
@@ -8560,6 +8572,8 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8560
8572
|
wasmExports['zend_spprintf'];
|
|
8561
8573
|
_zend_strpprintf = Module['_zend_strpprintf'] =
|
|
8562
8574
|
wasmExports['zend_strpprintf'];
|
|
8575
|
+
__zend_bailout = Module['__zend_bailout'] =
|
|
8576
|
+
wasmExports['_zend_bailout'];
|
|
8563
8577
|
_zend_error = Module['_zend_error'] = wasmExports['zend_error'];
|
|
8564
8578
|
_zend_throw_error = Module['_zend_throw_error'] =
|
|
8565
8579
|
wasmExports['zend_throw_error'];
|
|
@@ -8751,40 +8765,64 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8751
8765
|
__indirect_function_table = wasmTable =
|
|
8752
8766
|
wasmExports['__indirect_function_table'];
|
|
8753
8767
|
}
|
|
8754
|
-
var
|
|
8755
|
-
var
|
|
8756
|
-
var
|
|
8768
|
+
var _file_globals = (Module['_file_globals'] = 15510120);
|
|
8769
|
+
var _sapi_module = (Module['_sapi_module'] = 15398072);
|
|
8770
|
+
var _sapi_globals = (Module['_sapi_globals'] = 15398216);
|
|
8771
|
+
var _compiler_globals = (Module['_compiler_globals'] = 15513160);
|
|
8772
|
+
var _executor_globals = (Module['_executor_globals'] = 15513576);
|
|
8773
|
+
var _zend_compile_string = (Module['_zend_compile_string'] = 15514972);
|
|
8774
|
+
var _zend_ce_unit_enum = (Module['_zend_ce_unit_enum'] = 15397564);
|
|
8775
|
+
var _zend_ce_backed_enum = (Module['_zend_ce_backed_enum'] = 15397568);
|
|
8776
|
+
var _zend_ce_exception = (Module['_zend_ce_exception'] = 15510732);
|
|
8777
|
+
var _zend_ce_throwable = (Module['_zend_ce_throwable'] = 15510728);
|
|
8778
|
+
var _zend_ce_division_by_zero_error = (Module[
|
|
8779
|
+
'_zend_ce_division_by_zero_error'
|
|
8780
|
+
] = 15510860);
|
|
8781
|
+
var _zend_ce_unhandled_match_error = (Module[
|
|
8782
|
+
'_zend_ce_unhandled_match_error'
|
|
8783
|
+
] = 15510864);
|
|
8757
8784
|
var _zend_empty_array = (Module['_zend_empty_array'] = 14894672);
|
|
8758
|
-
var
|
|
8759
|
-
var
|
|
8760
|
-
var
|
|
8785
|
+
var _zend_ce_traversable = (Module['_zend_ce_traversable'] = 15397436);
|
|
8786
|
+
var _zend_ce_aggregate = (Module['_zend_ce_aggregate'] = 15397440);
|
|
8787
|
+
var _zend_ce_iterator = (Module['_zend_ce_iterator'] = 15397444);
|
|
8788
|
+
var _zend_ce_serializable = (Module['_zend_ce_serializable'] = 15397448);
|
|
8789
|
+
var _zend_ce_arrayaccess = (Module['_zend_ce_arrayaccess'] = 15397452);
|
|
8790
|
+
var _zend_ce_countable = (Module['_zend_ce_countable'] = 15397456);
|
|
8791
|
+
var _zend_ce_stringable = (Module['_zend_ce_stringable'] = 15397460);
|
|
8761
8792
|
var _std_object_handlers = (Module['_std_object_handlers'] = 14894160);
|
|
8762
|
-
var _zend_empty_string = (Module['_zend_empty_string'] =
|
|
8763
|
-
var _zend_known_strings = (Module['_zend_known_strings'] =
|
|
8793
|
+
var _zend_empty_string = (Module['_zend_empty_string'] = 15395952);
|
|
8794
|
+
var _zend_known_strings = (Module['_zend_known_strings'] = 15395956);
|
|
8764
8795
|
var _zend_string_init_interned = (Module['_zend_string_init_interned'] =
|
|
8765
|
-
|
|
8796
|
+
15396020);
|
|
8797
|
+
var _zend_one_char_string = (Module['_zend_one_char_string'] = 15396032);
|
|
8766
8798
|
var ___memory_base = (Module['___memory_base'] = 0);
|
|
8767
8799
|
var ___table_base = (Module['___table_base'] = 1);
|
|
8768
|
-
var _stdout = (Module['_stdout'] =
|
|
8769
|
-
var
|
|
8770
|
-
|
|
8771
|
-
|
|
8800
|
+
var _stdout = (Module['_stdout'] = 15389136);
|
|
8801
|
+
var __playground_zend_side_module_data_exports = (Module[
|
|
8802
|
+
'__playground_zend_side_module_data_exports'
|
|
8803
|
+
] = 14895504);
|
|
8804
|
+
var __playground_zend_side_module_function_exports = (Module[
|
|
8805
|
+
'__playground_zend_side_module_function_exports'
|
|
8806
|
+
] = 14895600);
|
|
8807
|
+
var _timezone = (Module['_timezone'] = 15850256);
|
|
8808
|
+
var _tzname = (Module['_tzname'] = 15850264);
|
|
8809
|
+
var ___heap_base = 16912528;
|
|
8772
8810
|
var __ZNSt3__25ctypeIcE2idE = (Module['__ZNSt3__25ctypeIcE2idE'] =
|
|
8773
|
-
|
|
8811
|
+
15863932);
|
|
8774
8812
|
var __ZTVN10__cxxabiv120__si_class_type_infoE = (Module[
|
|
8775
8813
|
'__ZTVN10__cxxabiv120__si_class_type_infoE'
|
|
8776
|
-
] =
|
|
8814
|
+
] = 15389424);
|
|
8777
8815
|
var __ZTVN10__cxxabiv117__class_type_infoE = (Module[
|
|
8778
8816
|
'__ZTVN10__cxxabiv117__class_type_infoE'
|
|
8779
|
-
] =
|
|
8817
|
+
] = 15389384);
|
|
8780
8818
|
var __ZTVN10__cxxabiv121__vmi_class_type_infoE = (Module[
|
|
8781
8819
|
'__ZTVN10__cxxabiv121__vmi_class_type_infoE'
|
|
8782
|
-
] =
|
|
8820
|
+
] = 15389476);
|
|
8783
8821
|
var __ZTISt20bad_array_new_length = (Module[
|
|
8784
8822
|
'__ZTISt20bad_array_new_length'
|
|
8785
|
-
] =
|
|
8786
|
-
var __ZTVSt12length_error = (Module['__ZTVSt12length_error'] =
|
|
8787
|
-
var __ZTISt12length_error = (Module['__ZTISt12length_error'] =
|
|
8823
|
+
] = 15389596);
|
|
8824
|
+
var __ZTVSt12length_error = (Module['__ZTVSt12length_error'] = 15389672);
|
|
8825
|
+
var __ZTISt12length_error = (Module['__ZTISt12length_error'] = 15389692);
|
|
8788
8826
|
var wasmImports = {
|
|
8789
8827
|
__assert_fail: ___assert_fail,
|
|
8790
8828
|
__asyncjs__js_module_onMessage,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@php-wasm/web-8-4",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.26",
|
|
4
4
|
"description": "PHP 8.4 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": {
|