]> granicus.if.org Git - php/commitdiff
added some Notice about --enable-sigchild
authorThies C. Arntzen <thies@php.net>
Fri, 19 May 2000 09:19:20 +0000 (09:19 +0000)
committerThies C. Arntzen <thies@php.net>
Fri, 19 May 2000 09:19:20 +0000 (09:19 +0000)
ext/oci8/config.m4
ext/oracle/config.m4

index 22e36bc6c94948ac2c016960a4db54dbffb7ed5c..04f84f84d81761df98ed8dfe3e6786138aaf2c13 100644 (file)
@@ -29,6 +29,15 @@ if test "$PHP_OCI8" != "no"; then
   fi
   AC_MSG_RESULT($OCI8_DIR)
 
+  if test "$PHP_SIGCHILD" != "yes"; then
+       echo "+--------------------------------------------------------------------+"
+       echo "| Notice:                                                            |"
+       echo "| If you encounter <defunc> processes when using a local Oracle-DB   |"
+       echo "| please recompile PHP and specify --enable-sigchild when configuring|"
+       echo "| (This problem has been reported un Linux using Oracle >= 8.1.5)    |"
+       echo "+--------------------------------------------------------------------+"
+  fi
+
   if test -d "$OCI8_DIR/rdbms/public"; then
        AC_ADD_INCLUDE($OCI8_DIR/rdbms/public)
   fi
index 44db4151c7203bb0331046a4df7d0ffa64819241..a514fe13cf5aba3755d2e996a09909dbe5b4538d 100644 (file)
@@ -29,6 +29,15 @@ if test "$PHP_ORACLE" != "no"; then
   fi
   AC_MSG_RESULT($ORACLE_DIR)
 
+  if test "$PHP_SIGCHILD" != "yes"; then
+    echo "+--------------------------------------------------------------------+"
+    echo "| Notice:                                                            |"
+    echo "| If you encounter <defunc> processes when using a local Oracle-DB   |"
+    echo "| please recompile PHP and specify --enable-sigchild when configuring|"
+    echo "| (This problem has been reported un Linux using Oracle >= 8.1.5)    |"
+    echo "+--------------------------------------------------------------------+"
+  fi                                                                                          
+
   if test -d "$ORACLE_DIR/rdbms/public"; then
        AC_ADD_INCLUDE($ORACLE_DIR/rdbms/public)
   fi