summaryrefslogtreecommitdiff
path: root/ext/dba
Commit message (Expand)AuthorAgeFilesLines
* 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
* When --enable-dba is used then include builtin modules unless --without-xxxMarcus Boerger2002-11-151-13/+33
* Use flatfile if available.Marcus Boerger2002-11-152-5/+10
* Show which handler was used in the testMarcus Boerger2002-11-159-0/+9
* file() is affected by magic_quotes_runtimeMarcus Boerger2002-11-141-0/+2
* Add magic_quotes_runtime supportMarcus Boerger2002-11-142-0/+29
* Fix locking behaviour: On some systems read during write is permitted butMarcus Boerger2002-11-1410-12/+57
* must be unsignedMarcus Boerger2002-11-131-1/+1
* -use size_tMarcus Boerger2002-11-132-13/+15
* Allow use of Berkeley db version 3.1 as found on many RedHat systems.Edin Kadribasic2002-11-131-1/+1
* Added support for bundled flatfile, cdb and cdb_make handlersEdin Kadribasic2002-11-135-2/+52
* 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