[PATCH] - dba qdbm support

php.internals

Marcin Gibuła

22 years ago
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

Marcin Gibuła

22 years ago
> The patch in attachment adds QDBM support for dba functions. It is based on
Oops, something killed whitespace formatting... attaching corrected patch.
-- mg

Marcus Börger

22 years ago
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 nice only a dedicated test file is missing. I'll try the patch either today or during the weekend. Best regards, Marcus mailto:helly@php.net

Marcin Gibuła

22 years ago
> > 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 updated patch (with test file) from http://iceni.pl/qdbm.diff
-- mg

Marcus Börger

22 years ago
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 try the patch either today or >> during the weekend.
> 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 :-(
-- Best regards, Marcus mailto:helly@php.net

Marcin Gibuła

22 years ago
> > 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....
-- mg