jon             Tue Dec  2 11:50:03 2003 EDT

  Modified files:              
    /php-src    configure.in 
  Log:
  Improving the wording of the "don't use the DB extension" warning.
  
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.479 php-src/configure.in:1.480
--- php-src/configure.in:1.479  Mon Dec  1 10:17:06 2003
+++ php-src/configure.in        Tue Dec  2 11:50:02 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.479 2003/12/01 15:17:06 sniper Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.480 2003/12/02 16:50:02 jon Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -1319,9 +1319,9 @@
 +--------------------------------------------------------------------+
 |                        *** WARNING ***                             |
 |                                                                    |
-| You chose to compile PHP with DB extension. This extension is      |
+| You chose to compile PHP with the DB extension. This extension is  |
 | deprecated and does not support database locking correctly. Please |
-| use DBA extension which is a fully operational superset.           |
+| use the 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