mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
ws fix
This commit is contained in:
parent
2c9ed05832
commit
488b76b95d
1 changed files with 4 additions and 3 deletions
|
@ -110,6 +110,7 @@ int php_Exec(int type, char *cmd, pval *array, pval *return_value TSRMLS_DC)
|
|||
#endif
|
||||
return -1;
|
||||
}
|
||||
|
||||
} else { /* not safe_mode */
|
||||
#if PHP_SIGCHILD
|
||||
sig_handler = signal (SIGCHLD, SIG_DFL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue