Skip to content

Commit 096a017

Browse files
committed
Rebuild PHP 8 with ZEND_SEND_ARRAY_SPEC_HANDLER on the ASYNCIFY_ONLY list
1 parent b43520f commit 096a017

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

packages/php-wasm/compile/php/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ RUN echo -n ' -s ASYNCIFY=1 -s ASYNCIFY_IGNORE_INDIRECT=1 ' >> /root/.emcc-php-w
515515
"zend_isset_isempty_dim_prop_obj_handler_SPEC_CV_CONST",\
516516
"zend_assign_to_object",\
517517
"zif_file_put_contents",\
518+
"ZEND_SEND_ARRAY_SPEC_HANDLER",\
518519
"ZEND_ASSIGN_OBJ_SPEC_CV_CONST_HANDLER",\
519520
"zend_std_call_user_call",\
520521
"zend_objects_store_del_ref_by_handle_ex",\
502 Bytes
Binary file not shown.

packages/php-wasm/node/public/php_8_0.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const dependencyFilename = __dirname + '/8_0_30/php_8_0.wasm';
22
export { dependencyFilename };
3-
export const dependenciesTotalSize = 13597807;
3+
export const dependenciesTotalSize = 13598309;
44
export function init(RuntimeName, PHPLoader) {
55
/**
66
* Overrides Emscripten's default ExitStatus object which gets

0 commit comments

Comments
 (0)