This commit is contained in:
foobar 2001-11-04 02:09:55 +00:00
parent 2c9ed05832
commit 488b76b95d

View file

@ -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);