diff options
Diffstat (limited to 'ext/oci8/config.m4')
-rw-r--r-- | ext/oci8/config.m4 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4 index 246a7ce641..165ab9942c 100644 --- a/ext/oci8/config.m4 +++ b/ext/oci8/config.m4 @@ -34,15 +34,6 @@ 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 PHP_ADD_INCLUDE($OCI8_DIR/rdbms/public) fi |