summaryrefslogtreecommitdiff
path: root/ext/dba/tests
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Change to use md5_file()Marcus Boerger2004-08-121-4/+4
|
* MFH: Synch (as far as possible) and fix #26304Marcus Boerger2003-12-141-1/+1
|
* MFH Bugfix #25794: Cannot open existing hash db3 file with writeMarcus Boerger2003-11-131-1/+1
|
* MFH: Allow the extension to reside elsewhereMarcus Boerger2003-06-191-3/+3
|
* MFH: Fix test (ssen by Dan Torop)Marcus Boerger2003-05-201-2/+2
|
* MFHMarcus Boerger2003-05-061-2/+2
|
* MFH new test layoutMarcus Boerger2003-05-0612-43/+37
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2003-04-131-0/+33
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2003-03-051-0/+29
|
* MFH: (configure problems & db4 sub moduleMarcus Boerger2002-12-301-1/+1
| | | | | | | | | | | | | | | @- Improved dba extension (Marcus) @ . Added support for internal error handling of Berkeley db libraries. @ . Disallow Berkeley db versions 4.1.0 to 4.1.24 due to locking problems. @ . Disallow linkage of Berkeley db submodules against libraries with @ different major version. @ . Disallow configuring of more than one Berkeley db handler.
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2002-12-301-0/+29
|
* MFHIlia Alshanetsky2002-12-271-1/+1
|
* MFH: as discussedMarcus Boerger2002-12-202-31/+44
|
* MFHMarcus Boerger2002-11-221-1/+7
|
* MFH: info about handler used and use flatfile if availableMarcus Boerger2002-11-1510-4/+18
|
* MFH: magic_quotes_runtime support is needed to have ext/dba beingMarcus Boerger2002-11-141-0/+2
| | | | | superset of deprectaed ext/db
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2002-11-141-0/+25
|
* MFH:Marcus Boerger2002-11-148-10/+12
| | | | | | | Fix locking behaviour: On some systems read during write is permitted but 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
* Add $lock_flag which allows to change lock behaviour for both 'l' and 'd'Marcus Boerger2002-11-103-4/+6
| | | | | | Remember gdbm has its own locking so 't' does not work here - maybe a warning is needed for that, too.
* Use 'l' to open database file with locking on .lck file.Marcus Boerger2002-11-101-4/+5
|
* add test to see if insert fails when key already existsMarcus Boerger2002-11-071-0/+1
|
* -convert from dos to unix fileMarcus Boerger2002-11-061-1/+4
| | | | | -disallow cdb_make
* check whether a written databse can be appended and if read during writeMarcus Boerger2002-11-069-2/+111
| | | | | | | is permitted #i use ksort for the result here since some dbm libraries sort their result #but that is nothing to test here.
* move newly introduced flatfile support from dbm to new flatfile handlerMarcus Boerger2002-11-061-0/+18
| | | | | | # do not make the same mistake as with ext/db where it was not clear # which format was used.
* incorporate cdb-0.75 as suggested by D. J. BernsteinMarcus Boerger2002-11-043-4/+39
| | | | | #dba now supports cdb_make
* missingMarcus Boerger2002-11-031-0/+18
|
* cdb now allows multiple key-value pairs with same keyMarcus Boerger2002-11-031-10/+34
|
* cdb interface is currently readonlyMarcus Boerger2002-11-034-2/+18
|
* cdb interface is currently readonlyMarcus Boerger2002-11-032-0/+41
|
* Add testcase for every single handlerMarcus Boerger2002-11-016-0/+119
| | | | | # db2 fails for me with SIGSEGV
* Always show handler usedMarcus Boerger2002-11-017-13/+29
|
* test.dbm* -> test0.dbm*Marcus Boerger2002-11-011-1/+1
|
* New naming schemeMarcus Boerger2002-10-257-0/+0
|
* Implemented dba_list() that returns an array rsrcid=>filename and a test.Marcus Boerger2002-10-251-0/+40
|
* Added some tests for dba extensionMarcus Boerger2002-10-258-0/+159