summaryrefslogtreecommitdiff
path: root/ext/dba/tests/dba_handler.inc
Commit message (Expand)AuthorAgeFilesLines
* Reindent phpt filesNikita Popov2020-02-031-89/+89
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-181-1/+1
|\
| * Fix broken test includeChristoph M. Becker2016-08-181-1/+1
* | more test fixesMichael Wallner2013-12-031-1/+1
|/
* Bug #62489: dba_insert not working as expectedLars Strojny2013-01-151-2/+10
* - Do locking in lib rather then on streamsMarcus Boerger2005-11-201-1/+1
* Fix issue in testMarcus Boerger2004-08-191-0/+3
* Improve dba tests: check in both modes external and database locking.Marcus Boerger2003-12-181-2/+14
* Change to more complicated 'c' moreMarcus Boerger2003-12-141-1/+1
* Made DBA tests not dependant on error reporting settings.Ilia Alshanetsky2002-12-271-1/+1
* -Fix memory handling of persistent dba connections.Marcus Boerger2002-12-201-20/+33
* Fix locking behaviour: On some systems read during write is permitted butMarcus Boerger2002-11-141-2/+2
* -Precondiftion: no open filesMarcus Boerger2002-11-111-2/+1
* Add $lock_flag which allows to change lock behaviour for both 'l' and 'd'Marcus Boerger2002-11-101-4/+4
* 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
* check whether a written databse can be appended and if read during writeMarcus Boerger2002-11-061-1/+33
* Add testcase for every single handlerMarcus Boerger2002-11-011-0/+29