summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJon Parise <jon@php.net>2003-12-03 05:06:04 +0000
committerJon Parise <jon@php.net>2003-12-03 05:06:04 +0000
commit20658020bd44b7c74fb5127a5ebb93b621754259 (patch)
tree4460680a24bc1617446080de9b365fbe4e199a1d /configure.in
parent34df2ae23953e21e777e8aa224b2568a1c7ad340 (diff)
downloadphp-git-20658020bd44b7c74fb5127a5ebb93b621754259.tar.gz
Removing the DB extension warning message. The DB extension is no longer
included in the PHP distribution.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.in b/configure.in
index 5c965b16a8..f4a35a0ad1 100644
--- a/configure.in
+++ b/configure.in
@@ -1314,17 +1314,6 @@ cat <<X
X
fi
- if test "$PHP_DB" != "no"; then
-cat <<X
-+--------------------------------------------------------------------+
-| *** WARNING *** |
-| |
-| You chose to compile PHP with the DB extension. This extension is |
-| deprecated and does not support database locking correctly. Please |
-| use the DBA extension, which is a fully operational superset. |
-X
- fi
-
# Warn about linking Apache with libpthread if oci8 extension is enabled on linux.
if test "$PHP_OCI8" != "no" -o "$PHP_ORACLE" != "no"; then
if test "$PHP_SAPI" = "apache"; then