Hello Thies,

it would be possible, maybe. But it seems like there are coming more
changes. Also the current layout is that every handler has it's own .c
and .h files as well as a generic test. Since you can only have one of
the db handler the source may be duplicated but only one generates
code. So i don't think this is anything to worry about.

marcus

Thursday, June 19, 2003, 1:30:40 PM, you wrote:

TCA> 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

TCA>     i have a quick question:
TCA>     cant't we just drop the db4 stuff? diff dba_db3.c
TCA>     dba_db4.c shows that there is a maximum of 10 lines different
TCA>     between those (not counting the DB3 -> DB4 renaming). i see
TCA>     no real reason this code (dba_db3.c) needs to be duplicated
TCA>     in order to support sleepycat V4.

TCA>     re,
TCA>     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

TCA> -- 
TCA> Thies C. Arntzen   -   Looking for all sorts of freelance work  -   just ask..
TCA>                   http://www.amazon.de/exec/obidos/wishlist/AB9DY62QWDSZ




-- 
Best regards,
 Marcus                            mailto:[EMAIL PROTECTED]


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

Reply via email to