File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -515,6 +515,7 @@ RUN echo -n ' -s ASYNCIFY=1 -s ASYNCIFY_IGNORE_INDIRECT=1 ' >> /root/.emcc-php-w
515
515
"zend_isset_isempty_dim_prop_obj_handler_SPEC_CV_CONST",\
516
516
"zend_assign_to_object",\
517
517
"zif_file_put_contents",\
518
+ "ZEND_SEND_ARRAY_SPEC_HANDLER",\
518
519
"ZEND_ASSIGN_OBJ_SPEC_CV_CONST_HANDLER",\
519
520
"zend_std_call_user_call",\
520
521
"zend_objects_store_del_ref_by_handle_ex",\
Original file line number Diff line number Diff line change 1
1
const dependencyFilename = __dirname + '/8_0_30/php_8_0.wasm' ;
2
2
export { dependencyFilename } ;
3
- export const dependenciesTotalSize = 13597807 ;
3
+ export const dependenciesTotalSize = 13598309 ;
4
4
export function init ( RuntimeName , PHPLoader ) {
5
5
/**
6
6
* Overrides Emscripten's default ExitStatus object which gets
You can’t perform that action at this time.
0 commit comments