summaryrefslogtreecommitdiff
path: root/ext/dba/dba.c
Commit message (Expand)AuthorAgeFilesLines
* bump year and license versionfoobar2006-01-011-3/+3
* - MFH Change dba/db4 to use its own lockingMarcus Boerger2005-12-081-1/+1
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* MFH:- Do not use the PHP3 era namesfoobar2005-12-051-5/+5
* - Bumber up yearfoobar2005-08-031-1/+1
* - Add support for db1 through emulationMarcus Boerger2005-02-251-0/+6
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* dded qdbm handler (http://qdbm.sourceforge.net).Marcus Boerger2003-12-181-0/+6
* Centralize ability to drop APPEND flag. This probably fixes some ini fileMarcus Boerger2003-12-181-2/+19
* - Fix Bug #26304 Unexpected data loss when opening dba fileMarcus Boerger2003-12-141-7/+15
* Revert: need a PHP4.3 solution.Marcus Boerger2003-12-131-1/+1
* - Fixed bug #26304 (Unexpected data loss when opening dba file).Marcus Boerger2003-12-131-1/+1
* Proto fixes (Friedhelm Betz <holliwell|gmx.net>)Marcus Boerger2003-11-131-9/+9
* Pass eofMarcus Boerger2003-11-131-4/+13
* Add helper function that splits inifile keys into an array which againMarcus Boerger2003-11-121-0/+22
* Fixed format error.Ilia Alshanetsky2003-08-281-1/+1
* Fix warningMarcus Boerger2003-08-171-4/+4
* Finalize the closing process of persistent streams. The currentIlia Alshanetsky2003-07-291-2/+10
* Remove bogus comment (noticed by Zak)Marcus Boerger2003-07-161-2/+0
* Don't copy the filename when it is not neededMarcus Boerger2003-06-211-2/+4
* Store the absolute path of the database file and use that in the external lib...Marcus Boerger2003-06-211-10/+38
* Fixed win32 buildEdin Kadribasic2003-06-161-0/+1
* proto fixesAndrey Hristov2003-06-131-2/+2
* Bugfix #2397: dba_open locking error with db3Marcus Boerger2003-06-121-5/+10
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fix protosMarcus Boerger2003-05-191-2/+2
* MFB: safe_emalloc()Marcus Boerger2003-04-241-2/+3
* Reenable dba_popen()Marcus Boerger2003-04-131-6/+26
* CSMarcus Boerger2003-03-201-5/+15
* Use stream locking supportMarcus Boerger2003-03-041-12/+3
* fix dba by fixing key_len retrievalMarcus Boerger2003-03-041-3/+3
* allow keys as array(group, name) for handler inifileMarcus Boerger2003-02-261-17/+99
* @Added dba handler inifiles to support ini files. (Marcus)Marcus Boerger2003-02-221-5/+34
* Fix protoMarcus Boerger2003-01-311-1/+1
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-8/+4
* Fixed win32 build.Edin Kadribasic2003-01-061-1/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Add info function to handlers and return handler info when dba_handlers isMarcus Boerger2002-12-301-20/+10
* 2nd part of the patchMarcus Boerger2002-12-301-3/+3
* -better parameter names for DBA_HND macrosMarcus Boerger2002-12-301-2/+6
* Add a default handler that makes handler parameter to open functionsMarcus Boerger2002-12-291-8/+88
* Alias dba_popen() to dba_open() until persistent STDIO streams areAndrei Zmievski2002-12-211-1/+3
* -Fix memory handling of persistent dba connections.Marcus Boerger2002-12-201-6/+6
* At least this problem exposed some leaks..Andrei Zmievski2002-12-201-3/+3
* Warnings and Notices when lock modifiers for dba_(p)open are used wrong.Marcus Boerger2002-12-111-3/+8
* add missing commentMarcus Boerger2002-12-101-0/+1
* LOCK_EX is not allowed in read mode -> try using existing .lck file in readMarcus Boerger2002-12-101-5/+11
* -remove second attempt to close lock fileMarcus Boerger2002-12-101-3/+8
* Added open modifier '-' to skip/ignore locking. See bug #20828, #20858Marcus Boerger2002-12-091-6/+20
* Add Berkeley db4 supportMarcus Boerger2002-11-261-0/+4