@php-wasm/web-5-2 3.1.22 → 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.
- package/jspi/5_2_17/php_5_2.wasm +0 -0
- package/jspi/php_5_2.js +30 -3
- package/package.json +3 -3
package/jspi/5_2_17/php_5_2.wasm
CHANGED
|
Binary file
|
package/jspi/php_5_2.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import dependencyFilename from './5_2_17/php_5_2.wasm';
|
|
2
2
|
export { dependencyFilename };
|
|
3
|
-
export const dependenciesTotalSize =
|
|
3
|
+
export const dependenciesTotalSize = 9428070;
|
|
4
4
|
const phpVersionString = '5.2.17';
|
|
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
|
|
@@ -7873,7 +7873,13 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
7873
7873
|
});
|
|
7874
7874
|
}
|
|
7875
7875
|
__asyncjs__js_module_onMessage.sig = 'iii';
|
|
7876
|
-
var
|
|
7876
|
+
var _compile_string,
|
|
7877
|
+
__efree,
|
|
7878
|
+
__zval_ptr_dtor,
|
|
7879
|
+
_destroy_op_array,
|
|
7880
|
+
__zend_bailout,
|
|
7881
|
+
_execute,
|
|
7882
|
+
_calloc,
|
|
7877
7883
|
_malloc,
|
|
7878
7884
|
___errno_location,
|
|
7879
7885
|
_wasm_sleep,
|
|
@@ -7929,6 +7935,16 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
7929
7935
|
wasmTable,
|
|
7930
7936
|
wasmMemory;
|
|
7931
7937
|
function assignWasmExports(wasmExports) {
|
|
7938
|
+
_compile_string = Module['_compile_string'] =
|
|
7939
|
+
wasmExports['compile_string'];
|
|
7940
|
+
__efree = Module['__efree'] = wasmExports['_efree'];
|
|
7941
|
+
__zval_ptr_dtor = Module['__zval_ptr_dtor'] =
|
|
7942
|
+
wasmExports['_zval_ptr_dtor'];
|
|
7943
|
+
_destroy_op_array = Module['_destroy_op_array'] =
|
|
7944
|
+
wasmExports['destroy_op_array'];
|
|
7945
|
+
__zend_bailout = Module['__zend_bailout'] =
|
|
7946
|
+
wasmExports['_zend_bailout'];
|
|
7947
|
+
_execute = Module['_execute'] = wasmExports['execute'];
|
|
7932
7948
|
_calloc = wasmExports['calloc'];
|
|
7933
7949
|
_malloc =
|
|
7934
7950
|
PHPLoader['malloc'] =
|
|
@@ -8022,7 +8038,18 @@ export function init(RuntimeName, PHPLoader) {
|
|
|
8022
8038
|
__indirect_function_table = wasmTable =
|
|
8023
8039
|
wasmExports['__indirect_function_table'];
|
|
8024
8040
|
}
|
|
8025
|
-
var
|
|
8041
|
+
var _file_globals = (Module['_file_globals'] = 4026816);
|
|
8042
|
+
var _sapi_module = (Module['_sapi_module'] = 4032012);
|
|
8043
|
+
var _sapi_globals = (Module['_sapi_globals'] = 4032152);
|
|
8044
|
+
var _compiler_globals = (Module['_compiler_globals'] = 4025696);
|
|
8045
|
+
var _executor_globals = (Module['_executor_globals'] = 4026040);
|
|
8046
|
+
var _zend_ce_traversable = (Module['_zend_ce_traversable'] = 4020136);
|
|
8047
|
+
var _zend_ce_aggregate = (Module['_zend_ce_aggregate'] = 4020140);
|
|
8048
|
+
var _zend_ce_iterator = (Module['_zend_ce_iterator'] = 4020144);
|
|
8049
|
+
var _zend_ce_arrayaccess = (Module['_zend_ce_arrayaccess'] = 4020148);
|
|
8050
|
+
var _zend_ce_serializable = (Module['_zend_ce_serializable'] = 4020152);
|
|
8051
|
+
var _std_object_handlers = (Module['_std_object_handlers'] = 3648076);
|
|
8052
|
+
var ___heap_base = 5123888;
|
|
8026
8053
|
var wasmImports = {
|
|
8027
8054
|
__assert_fail: ___assert_fail,
|
|
8028
8055
|
__asyncjs__js_module_onMessage,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@php-wasm/web-5-2",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.25",
|
|
4
4
|
"description": "PHP 5.2 WebAssembly binaries for web (legacy)",
|
|
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": "
|
|
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.
|
|
42
|
+
"@php-wasm/universal": "3.1.25"
|
|
43
43
|
},
|
|
44
44
|
"packageManager": "npm@10.9.2",
|
|
45
45
|
"overrides": {
|