From 400ca090189bcd8b85a862cac1b02bb27bdbea5a Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Fri, 19 May 2000 09:19:20 +0000 Subject: [PATCH] added some Notice about --enable-sigchild --- ext/oci8/config.m4 | 9 +++++++++ ext/oracle/config.m4 | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4 index 22e36bc6c9..04f84f84d8 100644 --- a/ext/oci8/config.m4 +++ b/ext/oci8/config.m4 @@ -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 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 diff --git a/ext/oracle/config.m4 b/ext/oracle/config.m4 index 44db4151c7..a514fe13cf 100644 --- a/ext/oracle/config.m4 +++ b/ext/oracle/config.m4 @@ -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 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 -- 2.50.1