mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed crash in ZTS build with --repeat option
This commit is contained in:
parent
13c430b1db
commit
ba89dcb75a
1 changed files with 1 additions and 0 deletions
|
@ -898,6 +898,7 @@ do_repeat:
|
|||
php_optind++;
|
||||
}
|
||||
if (script_file) {
|
||||
virtual_cwd_activate();
|
||||
if (cli_seek_file_begin(&file_handle, script_file) != SUCCESS) {
|
||||
goto err;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue