Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Nov 21, 2024
1 parent 5d8e79e commit ea4176f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prepare.c
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ static int pmmpthread_thread_bootstrap(zend_string* file) {
return SUCCESS;
}

zend_stream_init_filename(&fh, file);
zend_stream_init_filename_ex(&fh, file);
result = php_stream_open_for_zend_ex(&fh, USE_PATH | REPORT_ERRORS | STREAM_OPEN_FOR_INCLUDE);

if (result != SUCCESS) {
Expand Down

0 comments on commit ea4176f

Please sign in to comment.