sixd            Sun, 19 Jul 2009 16:28:15 +0000

URL: http://svn.php.net/viewvc?view=revision&revision=284378
     http://bugs.php.net/48722

Changed paths:
        U   php/php-src/branches/PHP_5_2/configure.in

Log:
MFH: Bug #48722 (Update OCI8 --enable-sigchild warning)

Modified: php/php-src/branches/PHP_5_2/configure.in
===================================================================
--- php/php-src/branches/PHP_5_2/configure.in   2009-07-19 16:27:59 UTC (rev 
284377)
+++ php/php-src/branches/PHP_5_2/configure.in   2009-07-19 16:28:15 UTC (rev 
284378)
@@ -1556,13 +1556,18 @@
     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


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to