helly           Fri Nov 15 11:37:51 2002 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/db        config.m4 
    /php4       configure.in 
  Log:
  MFH: deprecate ext/db
  
  
Index: php4/ext/db/config.m4
diff -u php4/ext/db/config.m4:1.14 php4/ext/db/config.m4:1.14.4.1
--- php4/ext/db/config.m4:1.14  Tue Mar 12 11:47:01 2002
+++ php4/ext/db/config.m4       Fri Nov 15 11:37:51 2002
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.14 2002/03/12 16:47:01 sas Exp $
+dnl $Id: config.m4,v 1.14.4.1 2002/11/15 16:37:51 helly Exp $
 dnl 
 
 # Checks for libraries.
@@ -26,7 +26,7 @@
 
 
 PHP_ARG_WITH(db, for xDBM support,
-[  --with-db               Include old xDBM support (deprecated)])
+[  --with-db               Include old xDBM support (deprecated use --with-dba)])
 
 if test "$PHP_DB" != "no"; then
 
Index: php4/configure.in
diff -u php4/configure.in:1.396.2.3 php4/configure.in:1.396.2.4
--- php4/configure.in:1.396.2.3 Thu Nov 14 14:16:29 2002
+++ php4/configure.in   Fri Nov 15 11:37:51 2002
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.3 2002/11/14 19:16:29 andrei Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.4 2002/11/15 16:37:51 helly Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -1232,6 +1232,17 @@
 | If you are unable to fix this, send the file debug.log to the      |
 | [EMAIL PROTECTED] mailing list and include appropiate      |
 | information about your setup.                                      |
+X
+  fi
+
+  if test "$PHP_DB" != "no"; then
+cat <<X
++--------------------------------------------------------------------+
+|                        *** WARNING ***                             |
+|                                                                    |
+| You chose to compile PHP with DB extension. This extension is      |
+| deprecated and does not support databse locking correctly. Please  |
+| use DBA extension which is a fully operational superset.           |
 X
   fi
 



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

Reply via email to