]> granicus.if.org Git - php/commitdiff
MFH: Bug #48722 (Update OCI8 --enable-sigchild warning)
authorChristopher Jones <sixd@php.net>
Sun, 19 Jul 2009 16:27:59 +0000 (16:27 +0000)
committerChristopher Jones <sixd@php.net>
Sun, 19 Jul 2009 16:27:59 +0000 (16:27 +0000)
configure.in

index e60905cccb2a188b778a4f95807248be0f223b28..c79d41f32df4f8c4ee271234224911ec1ce0df8d 100644 (file)
     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