]> granicus.if.org Git - php/commitdiff
Removing the DB extension warning message. The DB extension is no longer
authorJon Parise <jon@php.net>
Wed, 3 Dec 2003 05:06:04 +0000 (05:06 +0000)
committerJon Parise <jon@php.net>
Wed, 3 Dec 2003 05:06:04 +0000 (05:06 +0000)
included in the PHP distribution.

configure.in

index 5c965b16a839ac4fd7f477eb97c5126f5c790321..f4a35a0ad15c50afd7dbed5002e666cd8eae6eeb 100644 (file)
@@ -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