diff options
author | Thies C. Arntzen <thies@php.net> | 2000-05-18 19:45:34 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2000-05-18 19:45:34 +0000 |
commit | 674f4bac471689c18bb5569d7dbafda19cc40893 (patch) | |
tree | 38db6530a3e8a34cd16328d6e1750d67af39a281 /acconfig.h.in | |
parent | 9ebc9200449c88374cb63ffc90eb4e21a96bcd93 (diff) | |
download | php-git-674f4bac471689c18bb5569d7dbafda19cc40893.tar.gz |
added new option "--enable-sigchild" (default is off)
when using this option php will setup it's own SIGCHLD handler.
when using oracle-libraries >= 8.1 on linux you need this option
if you are connecting using the BEQ interface - elsewise you will
see <defunc> processes whenever a php-script disconnects from oracle.
Diffstat (limited to 'acconfig.h.in')
-rw-r--r-- | acconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h.in b/acconfig.h.in index 432aeac76b..978c72807c 100644 --- a/acconfig.h.in +++ b/acconfig.h.in @@ -50,6 +50,9 @@ /* Set to the path to the dir containing safe mode executables */ #define PHP_SAFE_MODE_EXEC_DIR /usr/local/php/bin +/* Define if PHP to setup it's own SIGCHLD handler */ +#define PHP_SIGCHILD 0 + /* Define if you want POST/GET/Cookie track variables by default */ #define PHP_TRACK_VARS 0 |