ID:               48722
 Updated by:       s...@php.net
 Reported By:      s...@php.net
 Status:           Assigned
 Bug Type:         OCI8 related
 Operating System: n/a
 PHP Version:      5.3.0RC4
 Assigned To:      sixd
 New Comment:

--- configure.in.orig   2009-06-26 08:44:18.000000000 -0700
+++ configure.in        2009-06-30 16:37:57.000000000 -0700
@@ -1579,13 +1579,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


Previous Comments:
------------------------------------------------------------------------

[2009-06-29 16:07:01] s...@php.net

Description:
------------
The following "configure" warning when using --with-oci8 needs to be
updated to mention BEQUEATH_DETACH=YES as the first choice solution (see
http://blogs.oracle.com/opal/2009/03/php_oci8_signal_handling_and_e_1.html)

| 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) |



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=48722&edit=1

Reply via email to