summaryrefslogtreecommitdiff
path: root/ext/dba
Commit message (Expand)AuthorAgeFilesLines
* Another big commit (tm).Wez Furlong2003-02-271-3/+3
* allow keys as array(group, name) for handler inifileMarcus Boerger2003-02-261-17/+99
* wsMarcus Boerger2003-02-261-11/+19
* make it fasterMarcus Boerger2003-02-261-11/+2
* if skip param of dba_fetch is -1 stop do not restart search after last elementMarcus Boerger2003-02-261-3/+3
* Dropped optimizationMarcus Boerger2003-02-221-35/+7
* INI files are case insensitiveMarcus Boerger2003-02-221-2/+2
* Remove testcodeMarcus Boerger2003-02-221-3/+0
* @Added dba handler inifiles to support ini files. (Marcus)Marcus Boerger2003-02-227-6/+977
* - wrong use of sizeof(char)Marcus Boerger2003-02-181-100/+85
* coding styleMarcus Boerger2003-02-181-23/+47
* avoiding problemsMarcus Boerger2003-02-181-2/+2
* break: First one not needed, second missing.foobar2003-02-091-1/+1
* Change DBM detection orderMarcus Boerger2003-02-011-1/+1
* - unify configure mechanisms (include file handling)Marcus Boerger2003-02-014-18/+48
* Shared dba requires at least db-3.3Marcus Boerger2003-01-311-0/+13
* Fix protoMarcus Boerger2003-01-311-1/+1
* Revert this part, the new one adds more problems than it solves.Marcus Boerger2003-01-301-2/+1
* Allow to link against chosen modules correctlyMarcus Boerger2003-01-301-8/+11
* Fix configure. (typo?)foobar2003-01-281-2/+1
* - fix this: els is optional but may not be emptyMarcus Boerger2003-01-281-4/+5
* - fix "--without-flatfile"Marcus Boerger2003-01-281-16/+10
* The builtin version was always used even if configured otherwise.Marcus Boerger2003-01-251-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-3118-18/+18
* testing default handler should be a separate testMarcus Boerger2002-12-301-1/+1
* -disallow using db-<n> with libraries of different major versionsMarcus Boerger2002-12-303-9/+27
* wsMarcus Boerger2002-12-301-1/+2
* Add info function to handlers and return handler info when dba_handlers isMarcus Boerger2002-12-3016-21/+105
* 2nd part of the patchMarcus Boerger2002-12-301-3/+3
* -better parameter names for DBA_HND macrosMarcus Boerger2002-12-301-2/+6
* - Align mssql comment and clarify DBA handler selectionDerick Rethans2002-12-301-8/+8
* Added support for db3/db4 error handling/informationMarcus Boerger2002-12-292-25/+52
* Add a default handler that makes handler parameter to open functionsMarcus Boerger2002-12-291-8/+88
* Made DBA tests not dependant on error reporting settings.Ilia Alshanetsky2002-12-271-1/+1
* Add missing test for db4 handlerMarcus Boerger2002-12-261-0/+29
* 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-2011-51/+65
* 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-264-3/+270
* -Disallow combining db2 with db3 which are conflicting.Marcus Boerger2002-11-261-112/+174
* Allow db4.0 & db4.1 here. Patch by Ralf Engelschall (rse@engelschall.com)Marcus Boerger2002-11-231-0/+4
* Make magic_quotes_runtime work bidirectional for dbaMarcus Boerger2002-11-222-3/+22
* No need to declare functions used internally by DBA as PHPAPI. ThisEdin Kadribasic2002-11-199-44/+44