summaryrefslogtreecommitdiff
path: root/ext/dba/dba.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make magic_quotes_runtime work bidirectional for dbaMarcus Boerger2002-11-221-2/+15
* Add magic_quotes_runtime supportMarcus Boerger2002-11-141-0/+4
* Fix locking behaviour: On some systems read during write is permitted butMarcus Boerger2002-11-141-2/+43
* Use php_flock instead of flockMarcus Boerger2002-11-111-2/+2
* -fix file open mode when modifier 'd' is usedMarcus Boerger2002-11-111-5/+9
* Emit a warning when open mode modifier t is used wrong.Marcus Boerger2002-11-101-1/+13
* -Centralise open stream for builtin modules that use streamsMarcus Boerger2002-11-101-20/+48
* finish work on lockingMarcus Boerger2002-11-101-16/+42
* -lock support moved from dba_flatfile.c to dba.cMarcus Boerger2002-11-081-25/+72
* emalloc never returns 0, so we can simplify the code paths.Sascha Schumann2002-11-061-2/+2
* Use the the name 'flatfile' correctly so the handler support can be built now.Marcus Boerger2002-11-061-0/+1
* move newly introduced flatfile support from dbm to new flatfile handlerMarcus Boerger2002-11-061-0/+3
* -use of emalloc functionsMarcus Boerger2002-11-051-6/+5