History log of /PHP-5.3/ext/dba/dba.c (Results 51 – 75 of 135)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.2RC1
# f5a7a1c0 04-Mar-2003 Marcus Boerger

Use stream locking support
# needs more testing


# 238abf8c 04-Mar-2003 Marcus Boerger

fix dba by fixing key_len retrieval


# d7377413 26-Feb-2003 Marcus Boerger

allow keys as array(group, name) for handler inifile


# 8ab1924c 22-Feb-2003 Marcus Boerger

@Added dba handler inifiles to support ini files. (Marcus)


Revision tags: php-4.3.1
# 037986db 31-Jan-2003 Marcus Boerger

Fix proto


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# a7b91019 18-Jan-2003 Ilia Alshanetsky

Removed pointless memory allocation checks.


# 59b37a5c 06-Jan-2003 Edin Kadribasic

Fixed win32 build.


# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


# 4d2f7207 30-Dec-2002 Marcus Boerger

Add info function to handlers and return handler info when dba_handlers is
called with optional parameter full_info set true.


# a213c717 30-Dec-2002 Marcus Boerger

2nd part of the patch


# 4b9e8fc8 30-Dec-2002 Marcus Boerger

-better parameter names for DBA_HND macros
-remove unnecessary notice


# 9b22813c 29-Dec-2002 Marcus Boerger

Add a default handler that makes handler parameter to open functions
optional.
@Improved dba extension (Marcus)
@-Made handler parameter of dba_(p)open() optional.
@-Added php.ini opt

Add a default handler that makes handler parameter to open functions
optional.
@Improved dba extension (Marcus)
@-Made handler parameter of dba_(p)open() optional.
@-Added php.ini option 'dba.default_handler' to specify a default handler.

show more ...


Revision tags: php-4.3.0, php-4.3.0RC4
# ddea2a19 21-Dec-2002 Andrei Zmievski

Alias dba_popen() to dba_open() until persistent STDIO streams are
implemented.


# efd314e7 20-Dec-2002 Marcus Boerger

-Fix memory handling of persistent dba connections.
-Update tests.
# cdb and flatfile still FAIL for dba_popen since the known streams problem


# c45f7611 20-Dec-2002 Andrei Zmievski

At least this problem exposed some leaks..


Revision tags: RELEASE_1_0b3, php-4.3.0RC3
# e0c983a0 11-Dec-2002 Marcus Boerger

Warnings and Notices when lock modifiers for dba_(p)open are used wrong.
This finally closes bug #20828 (and i hope it must not be reopened)


# a6e9674b 10-Dec-2002 Marcus Boerger

add missing comment


# b94e0d9e 10-Dec-2002 Marcus Boerger

LOCK_EX is not allowed in read mode -> try using existing .lck file in read
only mode only when in read mode.


# 17117063 10-Dec-2002 Marcus Boerger

-remove second attempt to close lock file
-default to lock on db file instead on .lck file.
-try to use existing .lck file and only create it on failure (allows ro access)


# ba534ac7 09-Dec-2002 Marcus Boerger

Added open modifier '-' to skip/ignore locking. See bug #20828, #20858


Revision tags: php-4.3.0RC2
# 579e3ca9 26-Nov-2002 Marcus Boerger

Add Berkeley db4 support


Revision tags: RELEASE_1_0b2
# e7d20a04 22-Nov-2002 Marcus Boerger

Make magic_quotes_runtime work bidirectional for dba


Revision tags: BEFORE_RENAMING
# a14bc768 14-Nov-2002 Marcus Boerger

Add magic_quotes_runtime support


Revision tags: php-4.3.0RC1
# 5ec93757 14-Nov-2002 Marcus Boerger

Fix locking behaviour: On some systems read during write is permitted but
most libraries are not capable of that. GDBM is system dependant so there
we only test that we do not deadlock.


# 759e4b10 11-Nov-2002 Marcus Boerger

Use php_flock instead of flock


123456