From: Christopher Jones Date: Sun, 19 Jul 2009 16:27:35 +0000 (+0000) Subject: Bug #48722 (Update OCI8 --enable-sigchild warning) X-Git-Tag: php-5.4.0alpha1~191^2~3052 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6eef80ecb7f74ff31c9064741087cde8d5e1af5c;p=php Bug #48722 (Update OCI8 --enable-sigchild warning) --- diff --git a/configure.in b/configure.in index 4dc7bd888b..a371a0f068 100644 --- a/configure.in +++ b/configure.in @@ -1514,13 +1514,18 @@ X fi if test "$PHP_SIGCHILD" != "yes"; then + if test "$PHP_OCI8_INSTANT_CLIENT" = "no"; then cat < processes when using a local Oracle-DB | -| please recompile PHP and specify --enable-sigchild when configuring| -| (This problem has been reported under Linux using Oracle >= 8.1.5) | +| If you encounter processes when using a local Oracle | +| database, set the value BEQUEATH_DETACH=YES in Oracle Net's | +| sqlnet.ora file on the PHP host, or set the environment variable | +| BEQUEATH_DETACH to YES before starting Apache. If the problem | +| still occurs, then recompile PHP and specify --enable-sigchild | +| when configuring. | X + fi fi fi