Re: [PHP-DEV] [PATCH] - dba qdbm support

2003-09-22 Thread Marcin Gibuła
> > You can download updated patch (with test file) from > > http://iceni.pl/qdbm.diff > > Your last patch was better, this one contains spaces instead of tabs again Hm, where? I changed all (i hope) spaces to tabs in source code. Test file is copied from dba_gdbm.phpt and there are spaces indeed

Re: [PHP-DEV] [PATCH] - dba qdbm support

2003-09-22 Thread Marcus Börger
Hello Marcin, Monday, September 22, 2003, 1:04:22 PM, you wrote: >> > The patch in attachment adds QDBM support for dba functions. It is based >> > on gdbm part of this extension. >> >> Perfect right list. From a short glimpse the patch looks nice only a >> dedicated test file is missing. I'll tr

Re: [PHP-DEV] [PATCH] - dba qdbm support

2003-09-22 Thread Marcin Gibuła
> > The patch in attachment adds QDBM support for dba functions. It is based > > on gdbm part of this extension. > > Perfect right list. From a short glimpse the patch looks nice only a > dedicated test file is missing. I'll try the patch either today or > during the weekend. You can download upda

Re: [PHP-DEV] [PATCH] - dba qdbm support

2003-09-21 Thread Marcus Börger
Hello Marcin, Monday, September 22, 2003, 1:50:48 AM, you wrote: > Hi, > I'm not sure if this is correct list for such things... > The patch in attachment adds QDBM support for dba functions. It is based on > gdbm part of this extension. Perfect right list. From a short glimpse the patch looks

Re: [PHP-DEV] [PATCH] - dba qdbm support

2003-09-21 Thread Marcin Gibuła
> The patch in attachment adds QDBM support for dba functions. It is based on Oops, something killed whitespace formatting... attaching corrected patch. -- mg diff -U 3 -H -d -r -N -a -- php-4.3.3-old/ext/dba/config.m4 php-4.3.3/ext/dba/config.m4 --- php-4.3.3-old/ext/dba/config.m4 2003-09-22 01

[PHP-DEV] [PATCH] - dba qdbm support

2003-09-21 Thread Marcin Gibuła
Hi, I'm not sure if this is correct list for such things... The patch in attachment adds QDBM support for dba functions. It is based on gdbm part of this extension. (sorry for my english) -- mg diff -U 3 -H -d -r -N -a -- php-4.3.3-old/ext/dba/config.m4 php-4.3.3/ext/dba/config.m4 --- php-4.3.