jon             Wed Dec  3 00:06:11 2003 EDT

  Modified files:              
    /php-src    configure.in 
  Log:
  Removing the DB extension warning message.  The DB extension is no longer
  included in the PHP distribution.
  
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.480 php-src/configure.in:1.481
--- php-src/configure.in:1.480  Tue Dec  2 11:50:02 2003
+++ php-src/configure.in        Wed Dec  3 00:06:04 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.480 2003/12/02 16:50:02 jon Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.481 2003/12/03 05:06:04 jon Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -1314,17 +1314,6 @@
 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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to