summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2009-07-19 16:27:59 +0000
committerChristopher Jones <sixd@php.net>2009-07-19 16:27:59 +0000
commitdefb5d1f7d70e9690996cc9ac8bbe145d30773c4 (patch)
tree2fabff2d5e47d8261e8b2ada2e75073a30a9dfa5 /configure.in
parent085daea0529400064645f0009145f5fc589fec11 (diff)
downloadphp-git-defb5d1f7d70e9690996cc9ac8bbe145d30773c4.tar.gz
MFH: Bug #48722 (Update OCI8 --enable-sigchild warning)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index e60905cccb..c79d41f32d 100644
--- a/configure.in
+++ b/configure.in
@@ -1577,13 +1577,18 @@ X
fi
if test "$PHP_SIGCHILD" != "yes"; then
+ if test "$PHP_OCI8_INSTANT_CLIENT" = "no"; then
cat <<X
+--------------------------------------------------------------------+
| Notice: |
-| If you encounter <defunc> 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 <defunc> 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