From 964baec5e6b0d57d469a37abf5c0ad7f1d390640 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Sun, 19 Jul 2009 16:28:15 +0000 Subject: [PATCH] MFH: Bug #48722 (Update OCI8 --enable-sigchild warning) --- configure.in | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 45b11206cc..a00baf254d 100644 --- a/configure.in +++ b/configure.in @@ -1556,13 +1556,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 -- 2.40.0