mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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;
|
return pclose_return;
|
||||||
err:
|
err:
|
||||||
pclose_return = -1;
|
pclose_return = -1;
|
||||||
|
RETVAL_FALSE;
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue