summaryrefslogtreecommitdiff
path: root/ext/dba/tests
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in *.phptPeter Kokot2018-10-1461-160/+160
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
* implement support for LMDB in ext/dbaAnatol Belski2017-05-282-0/+39
* Fix testAnatol Belski2017-05-271-2/+0
* Fixed bug #72885 flatfile: dba_fetch() fails to read replaced entryAnatol Belski2017-05-271-0/+28
* Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-251-0/+71
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-251-0/+71
| |\
| | * Fix #70825: Cannot fetch multiple values with group in ini fileChristoph M. Becker2016-08-251-0/+71
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-251-0/+28
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-251-0/+28
| |\ \ | | |/
| | * Fix #71514: Bad dba_replace condition because of wrong API usageChristoph M. Becker2016-08-251-0/+28
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-181-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
* | | Fixed testsDmitry Stogov2016-07-052-2/+10
|/ /
* | Fixed bug #72157 (use-after-free caused by dba_open)Xinchen Hui2016-05-051-0/+22
* | Fixed reference countingDmitry Stogov2015-04-081-2/+0
* | fix bug #62490Michael Wallner2013-12-051-0/+43
* | more test fixesMichael Wallner2013-12-034-5/+7
* | fix testMichael Wallner2013-12-031-2/+2
* | add missing clean sectionMichael Wallner2013-12-031-0/+4
* | remove test for already removed featureMichael Wallner2013-12-031-38/+0
|/
* Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2013-09-221-0/+38
|\
| * Copy dba_*() keys before converting to string.Adam Harvey2013-09-221-0/+38
| * typo fixesVeres Lajos2013-07-151-1/+1
* | typo fixesVeres Lajos2013-07-151-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-06-261-1/+9
|\ \ | |/
| * - Fixed bug #63409 (php-dba function test fails on big-endian machine) patch ...Felipe Pena2013-06-261-1/+9
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Bug #62489: dba_insert not working as expectedLars Strojny2013-01-1512-2/+50
|/
* 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 (Fix...Kalle Sommer Nielsen2010-08-111-1/+1
| * Add Berkeley DB 5 support. (An outstanding issue with BDB 4.8 related to 510...Christopher Jones2010-06-031-1/+1
* | 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 E_DEPRECAT...Kalle Sommer Nielsen2010-08-111-1/+1
* | Add Berkeley DB 5 support. (An outstanding issue with BDB 4.8 related to 510...Christopher Jones2010-06-031-1/+1
* | 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