On Thu, Jun 19, 2003 at 11:10:14AM -0000, Marcus Boerger wrote: > helly Thu Jun 19 07:10:14 2003 EDT > > Modified files: > /php4/ext/dba dba_db4.c > Log: > to be precise
i have a quick question: cant't we just drop the db4 stuff? diff dba_db3.c dba_db4.c shows that there is a maximum of 10 lines different between those (not counting the DB3 -> DB4 renaming). i see no real reason this code (dba_db3.c) needs to be duplicated in order to support sleepycat V4. re, tc > > Index: php4/ext/dba/dba_db4.c > diff -u php4/ext/dba/dba_db4.c:1.8 php4/ext/dba/dba_db4.c:1.9 > --- php4/ext/dba/dba_db4.c:1.8 Tue Jun 10 16:03:26 2003 > +++ php4/ext/dba/dba_db4.c Thu Jun 19 07:10:14 2003 > @@ -12,11 +12,12 @@ > | obtain it through the world-wide-web, please send a note to | > | [EMAIL PROTECTED] so we can mail you a copy immediately. | > +----------------------------------------------------------------------+ > - | Author: Sascha Schumann <[EMAIL PROTECTED]> | > + | Authors: Marcus Boerger <[EMAIL PROTECTED]> | > + | Sascha Schumann <[EMAIL PROTECTED]> | > +----------------------------------------------------------------------+ > */ > > -/* $Id: dba_db4.c,v 1.8 2003/06/10 20:03:26 imajes Exp $ */ > +/* $Id: dba_db4.c,v 1.9 2003/06/19 11:10:14 helly Exp $ */ > > #ifdef HAVE_CONFIG_H > #include "config.h" > > > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- Thies C. Arntzen - Looking for all sorts of freelance work - just ask.. http://www.amazon.de/exec/obidos/wishlist/AB9DY62QWDSZ -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php