summaryrefslogtreecommitdiff
path: root/ext/dba/tests/dba_gdbm.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Improve dba tests: check in both modes external and database locking.Marcus Boerger2003-12-181-1/+3
|
* Support all possible configurations and simplify includesMarcus Boerger2003-03-041-2/+2
|
* Fix locking behaviour: On some systems read during write is permitted butMarcus Boerger2002-11-141-2/+4
| | | | | | most libraries are not capable of that. GDBM is system dependant so there we only test that we do not deadlock.
* Add $lock_flag which allows to change lock behaviour for both 'l' and 'd'Marcus Boerger2002-11-101-0/+1
| | | | | | Remember gdbm has its own locking so 't' does not work here - maybe a warning is needed for that, too.
* check whether a written databse can be appended and if read during writeMarcus Boerger2002-11-061-0/+11
| | | | | | | is permitted #i use ksort for the result here since some dbm libraries sort their result #but that is nothing to test here.
* Add testcase for every single handlerMarcus Boerger2002-11-011-0/+18
# db2 fails for me with SIGSEGV