Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: Change to use md5_file() | Marcus Boerger | 2004-08-12 | 1 | -4/+4 |
| | |||||
* | MFH: Synch (as far as possible) and fix #26304 | Marcus Boerger | 2003-12-14 | 1 | -1/+1 |
| | |||||
* | MFH Bugfix #25794: Cannot open existing hash db3 file with write | Marcus Boerger | 2003-11-13 | 1 | -1/+1 |
| | |||||
* | MFH: Allow the extension to reside elsewhere | Marcus Boerger | 2003-06-19 | 1 | -3/+3 |
| | |||||
* | MFH: Fix test (ssen by Dan Torop) | Marcus Boerger | 2003-05-20 | 1 | -2/+2 |
| | |||||
* | MFH | Marcus Boerger | 2003-05-06 | 1 | -2/+2 |
| | |||||
* | MFH new test layout | Marcus Boerger | 2003-05-06 | 12 | -43/+37 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2003-04-13 | 1 | -0/+33 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2003-03-05 | 1 | -0/+29 |
| | |||||
* | MFH: (configure problems & db4 sub module | Marcus Boerger | 2002-12-30 | 1 | -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 Migration | 2002-12-30 | 1 | -0/+29 |
| | |||||
* | MFH | Ilia Alshanetsky | 2002-12-27 | 1 | -1/+1 |
| | |||||
* | MFH: as discussed | Marcus Boerger | 2002-12-20 | 2 | -31/+44 |
| | |||||
* | MFH | Marcus Boerger | 2002-11-22 | 1 | -1/+7 |
| | |||||
* | MFH: info about handler used and use flatfile if available | Marcus Boerger | 2002-11-15 | 10 | -4/+18 |
| | |||||
* | MFH: magic_quotes_runtime support is needed to have ext/dba being | Marcus Boerger | 2002-11-14 | 1 | -0/+2 |
| | | | | | superset of deprectaed ext/db | ||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. | SVN Migration | 2002-11-14 | 1 | -0/+25 |
| | |||||
* | MFH: | Marcus Boerger | 2002-11-14 | 8 | -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 files | Marcus Boerger | 2002-11-11 | 2 | -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 Boerger | 2002-11-10 | 3 | -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 Boerger | 2002-11-10 | 1 | -4/+5 |
| | |||||
* | add test to see if insert fails when key already exists | Marcus Boerger | 2002-11-07 | 1 | -0/+1 |
| | |||||
* | -convert from dos to unix file | Marcus Boerger | 2002-11-06 | 1 | -1/+4 |
| | | | | | -disallow cdb_make | ||||
* | check whether a written databse can be appended and if read during write | Marcus Boerger | 2002-11-06 | 9 | -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 handler | Marcus Boerger | 2002-11-06 | 1 | -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. Bernstein | Marcus Boerger | 2002-11-04 | 3 | -4/+39 |
| | | | | | #dba now supports cdb_make | ||||
* | missing | Marcus Boerger | 2002-11-03 | 1 | -0/+18 |
| | |||||
* | cdb now allows multiple key-value pairs with same key | Marcus Boerger | 2002-11-03 | 1 | -10/+34 |
| | |||||
* | cdb interface is currently readonly | Marcus Boerger | 2002-11-03 | 4 | -2/+18 |
| | |||||
* | cdb interface is currently readonly | Marcus Boerger | 2002-11-03 | 2 | -0/+41 |
| | |||||
* | Add testcase for every single handler | Marcus Boerger | 2002-11-01 | 6 | -0/+119 |
| | | | | | # db2 fails for me with SIGSEGV | ||||
* | Always show handler used | Marcus Boerger | 2002-11-01 | 7 | -13/+29 |
| | |||||
* | test.dbm* -> test0.dbm* | Marcus Boerger | 2002-11-01 | 1 | -1/+1 |
| | |||||
* | New naming scheme | Marcus Boerger | 2002-10-25 | 7 | -0/+0 |
| | |||||
* | Implemented dba_list() that returns an array rsrcid=>filename and a test. | Marcus Boerger | 2002-10-25 | 1 | -0/+40 |
| | |||||
* | Added some tests for dba extension | Marcus Boerger | 2002-10-25 | 8 | -0/+159 |