summaryrefslogtreecommitdiff
path: root/ext/dba/tests
Commit message (Expand)AuthorAgeFilesLines
* Bug #62489: dba_insert not working as expectedLars Strojny2013-01-1512-2/+50
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-105-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-105-0/+0
| * Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fix...Kalle Sommer Nielsen2010-08-111-1/+1
| * Add Berkeley DB 5 support. (An outstanding issue with BDB 4.8 related to 510...Christopher Jones2010-06-031-1/+1
* | Prevent the magic quotes fatal error causing a diffChristopher Jones2011-09-011-3/+0
* | MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECAT...Kalle Sommer Nielsen2010-08-111-1/+1
* | Add Berkeley DB 5 support. (An outstanding issue with BDB 4.8 related to 510...Christopher Jones2010-06-031-1/+1
* | Add Tokyo Cabinet abstract DB support to ext/dbaMichael Maclean2010-03-241-0/+50
|/
* New tests for existing functionalityChristopher Jones2010-03-193-0/+136
* New and improved DBA testsChristopher Jones2010-03-125-0/+177
* Mask name of older DB4 versionsChristopher Jones2010-03-091-2/+2
* Test misc argument error conditionsChristopher Jones2010-03-062-0/+127
* DBA tests: cleanup and sycn. Add new Berkeley DB 4 testsChristopher Jones2010-03-0540-51/+962
* make portableChristopher Jones2010-03-021-1/+1
* Added SKIP sections in case extension isn't enabledWilliam Martin2010-03-023-0/+12
* Improve basic code coverageChristopher Jones2010-03-015-0/+215
* Fixed testsDmitry Stogov2009-09-211-1/+1
* - Fixed pathsFelipe Pena2009-08-0125-63/+63
* - Fixed bug #49125 (Error in dba_exists C code)Felipe Pena2009-08-011-0/+27
* Fixed testIlia Alshanetsky2009-06-161-1/+2
* - MFH: Fixed bug #48240 (DBA Segmentation fault dba_nextkey)Felipe Pena2009-05-131-0/+25
* MFH:Christopher Jones2008-06-191-2/+16
* fix test namesAntony Dovgal2007-05-071-1/+1
* win32 test fixesAntony Dovgal2007-04-181-4/+4
* - Fixed bug #36436 (DBA problem with Berkeley DB4).Marcus Boerger2006-02-181-0/+34
* - MFH Change dba/db4 to use its own lockingMarcus Boerger2005-12-082-17/+3
* - Add support for db1 through emulationMarcus Boerger2005-02-251-0/+46
* Fix issue in testMarcus Boerger2004-08-191-0/+3
* Change to use md5_file()Marcus Boerger2004-08-121-4/+4
* dded qdbm handler (http://qdbm.sourceforge.net).Marcus Boerger2003-12-181-0/+34
* Improve dba tests: check in both modes external and database locking.Marcus Boerger2003-12-1810-8/+158
* Change to more complicated 'c' moreMarcus Boerger2003-12-141-1/+1
* Allow the extension to reside elsewhereMarcus Boerger2003-06-191-3/+3
* Fix test (ssen by Dan Torop)Marcus Boerger2003-05-201-2/+2
* #i shouldn't do test-fiddling after 3o-clockMarcus Boerger2003-05-061-2/+2
* Find a better solution for the testsMarcus Boerger2003-05-061-9/+7
* Reenable dba_popen()Marcus Boerger2003-04-131-0/+33
* Support all possible configurations and simplify includesMarcus Boerger2003-03-0413-44/+40
* @Added dba handler inifiles to support ini files. (Marcus)Marcus Boerger2003-02-221-0/+29
* testing default handler should be a separate testMarcus Boerger2002-12-301-1/+1
* 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
* -Fix memory handling of persistent dba connections.Marcus Boerger2002-12-202-31/+44
* Make magic_quotes_runtime work bidirectional for dbaMarcus Boerger2002-11-221-1/+7
* 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-141-0/+25
* Fix locking behaviour: On some systems read during write is permitted butMarcus Boerger2002-11-148-10/+12