MFH?

On Fri, 15 Nov 2002, Marcus Boerger wrote:

>helly          Fri Nov 15 06:49:58 2002 EDT
>
>  Modified files:              
>    /php4/ext/db       config.m4 
>    /php4      configure.in 
>  Log:
>  db is deprecated now
>  
>  
>Index: php4/ext/db/config.m4
>diff -u php4/ext/db/config.m4:1.14 php4/ext/db/config.m4:1.15
>--- php4/ext/db/config.m4:1.14 Tue Mar 12 11:47:01 2002
>+++ php4/ext/db/config.m4      Fri Nov 15 06:49:57 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.15 2002/11/15 11:49:57 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.399 php4/configure.in:1.400
>--- php4/configure.in:1.399    Thu Nov 14 19:20:16 2002
>+++ php4/configure.in  Fri Nov 15 06:49:58 2002
>@@ -1,4 +1,4 @@
>-dnl ## $Id: configure.in,v 1.399 2002/11/15 00:20:16 sas Exp $ -*- sh -*-
>+dnl ## $Id: configure.in,v 1.400 2002/11/15 11:49:58 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 full operational superset.            |
> X
>   fi
> 
>
>
>
>

-- 
<- For Sale! ->


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

Reply via email to