@php-wasm/web-8-5 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_5_5/php_8_5.wasm +0 -0
- package/jspi/php_8_5.js +59 -21
- package/package.json +4 -3
package/jspi/8_5_5/php_8_5.wasm
CHANGED
|
Binary file
|
package/jspi/php_8_5.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import dependencyFilename from './8_5_5/php_8_5.wasm';
|
|
2
2
|
export { dependencyFilename };
|
|
3
|
-
export const dependenciesTotalSize =
|
|
3
|
+
export const dependenciesTotalSize = 23501594;
|
|
4
4
|
const phpVersionString = '8.5.5';
|
|
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
|
|
@@ -8090,9 +8090,11 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8090
8090
|
_zend_throw_error_exception,
|
|
8091
8091
|
_get_active_class_name,
|
|
8092
8092
|
_get_active_function_or_method_name,
|
|
8093
|
+
_zend_get_executed_scope,
|
|
8093
8094
|
_zend_call_function,
|
|
8094
8095
|
_zend_call_known_function,
|
|
8095
8096
|
_zend_call_known_instance_method_with_2_params,
|
|
8097
|
+
_zend_execute,
|
|
8096
8098
|
_gc_possible_root,
|
|
8097
8099
|
_zend_get_gc_buffer_create,
|
|
8098
8100
|
_zend_get_gc_buffer_grow,
|
|
@@ -8127,6 +8129,8 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8127
8129
|
_zend_object_std_init,
|
|
8128
8130
|
_zend_object_std_dtor,
|
|
8129
8131
|
_zend_objects_clone_members,
|
|
8132
|
+
_destroy_op_array,
|
|
8133
|
+
_zend_destroy_static_vars,
|
|
8130
8134
|
__is_numeric_string_ex,
|
|
8131
8135
|
_zval_try_get_long,
|
|
8132
8136
|
_convert_to_long,
|
|
@@ -8149,6 +8153,7 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8149
8153
|
_zval_ptr_safe_dtor,
|
|
8150
8154
|
_zval_add_ref,
|
|
8151
8155
|
_zend_spprintf,
|
|
8156
|
+
__zend_bailout,
|
|
8152
8157
|
_zend_error,
|
|
8153
8158
|
_zend_throw_error,
|
|
8154
8159
|
_zend_illegal_container_offset,
|
|
@@ -8446,6 +8451,8 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8446
8451
|
_get_active_function_or_method_name = Module[
|
|
8447
8452
|
'_get_active_function_or_method_name'
|
|
8448
8453
|
] = wasmExports['get_active_function_or_method_name'];
|
|
8454
|
+
_zend_get_executed_scope = Module['_zend_get_executed_scope'] =
|
|
8455
|
+
wasmExports['zend_get_executed_scope'];
|
|
8449
8456
|
_zend_call_function = Module['_zend_call_function'] =
|
|
8450
8457
|
wasmExports['zend_call_function'];
|
|
8451
8458
|
_zend_call_known_function = Module['_zend_call_known_function'] =
|
|
@@ -8453,6 +8460,7 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8453
8460
|
_zend_call_known_instance_method_with_2_params = Module[
|
|
8454
8461
|
'_zend_call_known_instance_method_with_2_params'
|
|
8455
8462
|
] = wasmExports['zend_call_known_instance_method_with_2_params'];
|
|
8463
|
+
_zend_execute = Module['_zend_execute'] = wasmExports['zend_execute'];
|
|
8456
8464
|
_gc_possible_root = Module['_gc_possible_root'] =
|
|
8457
8465
|
wasmExports['gc_possible_root'];
|
|
8458
8466
|
_zend_get_gc_buffer_create = Module['_zend_get_gc_buffer_create'] =
|
|
@@ -8525,6 +8533,10 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8525
8533
|
wasmExports['zend_object_std_dtor'];
|
|
8526
8534
|
_zend_objects_clone_members = Module['_zend_objects_clone_members'] =
|
|
8527
8535
|
wasmExports['zend_objects_clone_members'];
|
|
8536
|
+
_destroy_op_array = Module['_destroy_op_array'] =
|
|
8537
|
+
wasmExports['destroy_op_array'];
|
|
8538
|
+
_zend_destroy_static_vars = Module['_zend_destroy_static_vars'] =
|
|
8539
|
+
wasmExports['zend_destroy_static_vars'];
|
|
8528
8540
|
__is_numeric_string_ex = Module['__is_numeric_string_ex'] =
|
|
8529
8541
|
wasmExports['_is_numeric_string_ex'];
|
|
8530
8542
|
_zval_try_get_long = Module['_zval_try_get_long'] =
|
|
@@ -8566,6 +8578,8 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8566
8578
|
_zval_add_ref = Module['_zval_add_ref'] = wasmExports['zval_add_ref'];
|
|
8567
8579
|
_zend_spprintf = Module['_zend_spprintf'] =
|
|
8568
8580
|
wasmExports['zend_spprintf'];
|
|
8581
|
+
__zend_bailout = Module['__zend_bailout'] =
|
|
8582
|
+
wasmExports['_zend_bailout'];
|
|
8569
8583
|
_zend_error = Module['_zend_error'] = wasmExports['zend_error'];
|
|
8570
8584
|
_zend_throw_error = Module['_zend_throw_error'] =
|
|
8571
8585
|
wasmExports['zend_throw_error'];
|
|
@@ -8757,40 +8771,64 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8757
8771
|
__indirect_function_table = wasmTable =
|
|
8758
8772
|
wasmExports['__indirect_function_table'];
|
|
8759
8773
|
}
|
|
8760
|
-
var
|
|
8761
|
-
var
|
|
8762
|
-
var
|
|
8774
|
+
var _file_globals = (Module['_file_globals'] = 18119168);
|
|
8775
|
+
var _sapi_module = (Module['_sapi_module'] = 18006096);
|
|
8776
|
+
var _sapi_globals = (Module['_sapi_globals'] = 18006248);
|
|
8777
|
+
var _compiler_globals = (Module['_compiler_globals'] = 18123240);
|
|
8778
|
+
var _executor_globals = (Module['_executor_globals'] = 18123656);
|
|
8779
|
+
var _zend_compile_string = (Module['_zend_compile_string'] = 18125076);
|
|
8780
|
+
var _zend_ce_unit_enum = (Module['_zend_ce_unit_enum'] = 18005792);
|
|
8781
|
+
var _zend_ce_backed_enum = (Module['_zend_ce_backed_enum'] = 18005796);
|
|
8782
|
+
var _zend_ce_exception = (Module['_zend_ce_exception'] = 18119676);
|
|
8783
|
+
var _zend_ce_throwable = (Module['_zend_ce_throwable'] = 18119680);
|
|
8784
|
+
var _zend_ce_division_by_zero_error = (Module[
|
|
8785
|
+
'_zend_ce_division_by_zero_error'
|
|
8786
|
+
] = 18119812);
|
|
8787
|
+
var _zend_ce_unhandled_match_error = (Module[
|
|
8788
|
+
'_zend_ce_unhandled_match_error'
|
|
8789
|
+
] = 18119816);
|
|
8763
8790
|
var _zend_empty_array = (Module['_zend_empty_array'] = 17502720);
|
|
8764
|
-
var
|
|
8765
|
-
var
|
|
8766
|
-
var
|
|
8791
|
+
var _zend_ce_traversable = (Module['_zend_ce_traversable'] = 18005452);
|
|
8792
|
+
var _zend_ce_aggregate = (Module['_zend_ce_aggregate'] = 18005456);
|
|
8793
|
+
var _zend_ce_iterator = (Module['_zend_ce_iterator'] = 18005460);
|
|
8794
|
+
var _zend_ce_serializable = (Module['_zend_ce_serializable'] = 18005464);
|
|
8795
|
+
var _zend_ce_arrayaccess = (Module['_zend_ce_arrayaccess'] = 18005468);
|
|
8796
|
+
var _zend_ce_countable = (Module['_zend_ce_countable'] = 18005472);
|
|
8797
|
+
var _zend_ce_stringable = (Module['_zend_ce_stringable'] = 18005476);
|
|
8767
8798
|
var _std_object_handlers = (Module['_std_object_handlers'] = 17486112);
|
|
8768
|
-
var _zend_empty_string = (Module['_zend_empty_string'] =
|
|
8769
|
-
var _zend_known_strings = (Module['_zend_known_strings'] =
|
|
8799
|
+
var _zend_empty_string = (Module['_zend_empty_string'] = 18122004);
|
|
8800
|
+
var _zend_known_strings = (Module['_zend_known_strings'] = 18122008);
|
|
8770
8801
|
var _zend_string_init_interned = (Module['_zend_string_init_interned'] =
|
|
8771
|
-
|
|
8802
|
+
18122076);
|
|
8803
|
+
var _zend_one_char_string = (Module['_zend_one_char_string'] = 18122096);
|
|
8772
8804
|
var ___memory_base = (Module['___memory_base'] = 0);
|
|
8773
8805
|
var ___table_base = (Module['___table_base'] = 1);
|
|
8774
|
-
var _stdout = (Module['_stdout'] =
|
|
8775
|
-
var
|
|
8776
|
-
|
|
8777
|
-
|
|
8806
|
+
var _stdout = (Module['_stdout'] = 17998048);
|
|
8807
|
+
var __playground_zend_side_module_data_exports = (Module[
|
|
8808
|
+
'__playground_zend_side_module_data_exports'
|
|
8809
|
+
] = 17504432);
|
|
8810
|
+
var __playground_zend_side_module_function_exports = (Module[
|
|
8811
|
+
'__playground_zend_side_module_function_exports'
|
|
8812
|
+
] = 17504528);
|
|
8813
|
+
var _timezone = (Module['_timezone'] = 18460352);
|
|
8814
|
+
var _tzname = (Module['_tzname'] = 18460360);
|
|
8815
|
+
var ___heap_base = 19522624;
|
|
8778
8816
|
var __ZNSt3__25ctypeIcE2idE = (Module['__ZNSt3__25ctypeIcE2idE'] =
|
|
8779
|
-
|
|
8817
|
+
18474028);
|
|
8780
8818
|
var __ZTVN10__cxxabiv120__si_class_type_infoE = (Module[
|
|
8781
8819
|
'__ZTVN10__cxxabiv120__si_class_type_infoE'
|
|
8782
|
-
] =
|
|
8820
|
+
] = 17998336);
|
|
8783
8821
|
var __ZTVN10__cxxabiv117__class_type_infoE = (Module[
|
|
8784
8822
|
'__ZTVN10__cxxabiv117__class_type_infoE'
|
|
8785
|
-
] =
|
|
8823
|
+
] = 17998296);
|
|
8786
8824
|
var __ZTVN10__cxxabiv121__vmi_class_type_infoE = (Module[
|
|
8787
8825
|
'__ZTVN10__cxxabiv121__vmi_class_type_infoE'
|
|
8788
|
-
] =
|
|
8826
|
+
] = 17998388);
|
|
8789
8827
|
var __ZTISt20bad_array_new_length = (Module[
|
|
8790
8828
|
'__ZTISt20bad_array_new_length'
|
|
8791
|
-
] =
|
|
8792
|
-
var __ZTVSt12length_error = (Module['__ZTVSt12length_error'] =
|
|
8793
|
-
var __ZTISt12length_error = (Module['__ZTISt12length_error'] =
|
|
8829
|
+
] = 17998508);
|
|
8830
|
+
var __ZTVSt12length_error = (Module['__ZTVSt12length_error'] = 17998584);
|
|
8831
|
+
var __ZTISt12length_error = (Module['__ZTISt12length_error'] = 17998604);
|
|
8794
8832
|
var wasmImports = {
|
|
8795
8833
|
__assert_fail: ___assert_fail,
|
|
8796
8834
|
__asyncjs__js_module_onMessage,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@php-wasm/web-8-5",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.26",
|
|
4
4
|
"description": "PHP 8.5 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": {
|