summaryrefslogtreecommitdiff
path: root/ext/dba/dba.c
Commit message (Expand)AuthorAgeFilesLines
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* Remove double "wrong param count" warningsHannes Magnusson2006-10-071-1/+0
* MFB: E_ERROR > E_RECOVERABLE_ERRORIlia Alshanetsky2006-07-061-1/+1
* Added automatic module globals managementDmitry Stogov2006-06-131-17/+22
* Added argument infoHannes Magnusson2006-06-101-15/+107
* - Fix warningMarcus Boerger2006-04-021-2/+0
* - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybasePierre Joye2006-03-081-19/+4
* - Get rid of using ENFORCE_SAFE_MODE.Andi Gutmans2006-02-191-3/+3
* bump year and license versionfoobar2006-01-011-3/+3
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* - Do not use the PHP3 era namesfoobar2005-12-051-5/+5
* - Do locking in lib rather then on streamsMarcus Boerger2005-11-201-1/+1
* - 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