mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Return false when "Unable to fork"
This commit is contained in:
parent
6f9248359e
commit
16e68ac53a
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ done:
|
|||
return pclose_return;
|
||||
err:
|
||||
pclose_return = -1;
|
||||
RETVAL_FALSE;
|
||||
goto done;
|
||||
}
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue