summaryrefslogtreecommitdiff
path: root/ext/dba/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Kalle Sommer Nielsen2010-08-111-1/+1
| | | | | | | | | | | | (Fixes #52570) # Trunk patch will follow shortly
| * Add Berkeley DB 5 support. (An outstanding issue with BDB 4.8 related to ↵Christopher Jones2010-06-031-1/+1
| | | | | | | | 51086 that also affects BDB 5 is not yet resolved)
* | 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 ↵Kalle Sommer Nielsen2010-08-111-1/+1
| | | | | | | | | | | | E_DEPRECATED (Fixes #52570) # Some of the updated tests were to make them sync with 5.3 although they don't run on trunk anymore
* | Add Berkeley DB 5 support. (An outstanding issue with BDB 4.8 related to ↵Christopher Jones2010-06-031-1/+1
| | | | | | | | 51086 that also affects BDB 5 is not yet resolved)
* | 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
| | | | | patch by: jdornan at stanford dot edu
* 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 bug #45266 (Fix build with BDB 4) Fix bug #45267 (Revert invalid assumption about BDB 4 locking; let DBA handle locking) Fix bug #45268 (Fix error callback prototype)
* 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
| | | | | | # Most probably db4 requires a slightly different detection since functions # are macros which most probably doesn't work with current configure check.
* 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
| | | | | | -Update tests. # cdb and flatfile still FAIL for dba_popen since the known streams problem
* Make magic_quotes_runtime work bidirectional for dbaMarcus Boerger2002-11-221-1/+7
|
* Use flatfile if available.Marcus Boerger2002-11-152-5/+10
| | | | | # This way we are using the internal library which we know about most.
* 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
| | | | | | most libraries are not capable of that. GDBM is system dependant so there we only test that we do not deadlock.
* -Precondiftion: no open filesMarcus Boerger2002-11-112-2/+3
| | | | | | | | -do not show warning from dba_open call for read during write # Interesting is that on some systems read during write is permitted... # I will change the tests as soon as i find a way to have this equal on all # systems