summaryrefslogtreecommitdiff
path: root/ext/oci8
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-06-23 10:21:00 +0000
committerfoobar <sniper@php.net>2001-06-23 10:21:00 +0000
commitcc6a1b20fd477858a5405235a406ae0604add699 (patch)
tree364fcc7ec8a21c10d9ef141164f8ab9cc202d636 /ext/oci8
parent045acafc5229261b1820a56c8effca211c747feb (diff)
downloadphp-git-cc6a1b20fd477858a5405235a406ae0604add699.tar.gz
Moved some messages to the end of configure process so they are easier
to notice.
Diffstat (limited to 'ext/oci8')
-rw-r--r--ext/oci8/config.m49
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