summaryrefslogtreecommitdiff
path: root/ext/dba
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-151-2/+2
|\
| * Fix #80817: dba_popen() may cause segfault during RSHUTDOWNChristoph M. Becker2021-03-151-2/+2
* | Fix stub for dba_key_split()Nikita Popov2020-10-223-5/+7
* | Update ext/dba parameter namesNikita Popov2020-10-082-36/+36
* | Run tidyNikita Popov2020-09-1835-90/+90
* | Add a bunch of missing argument types to stubsMáté Kocsis2020-08-032-3/+15
* | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-103-3/+3
* | Remove proto comments from C filesMax Semenik2020-07-063-86/+43
* | Replace EXPECTF when possibleFabien Villepinte2020-06-294-4/+4
* | Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* | Fix missing initializers in dba inifileNikita Popov2020-06-231-5/+5
* | Improve a last couple of argument error messagesMáté Kocsis2020-04-203-3/+3
* | Fix typo (UNKOWN -> UNKNOWN)Christoph M. Becker2020-04-092-2/+2
* | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-2/+2
* | Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-044-39/+40
* | Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-172-8/+13
* | Replace @param annotations with type declarationsChristoph M. Becker2020-02-162-13/+8
* | Reindent phpt filesNikita Popov2020-02-0328-358/+358
* | Fix #78880 Another roundMáté Kocsis2020-01-191-2/+2
* | Use RETURN_THROWS() in various placesMáté Kocsis2020-01-031-1/+1
* | Use RETURN_THROWS() after zend_fetch_resource*()Máté Kocsis2020-01-031-2/+2
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-032-0/+41
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-032-0/+41
| |\
| | * Fix #78808: [LMDB] MDB_MAP_FULL: Environment mapsize limit reachedChristoph M. Becker2020-01-032-0/+41
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1460-161/+161
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-143-3/+3
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-132-44/+44
* | | Use RETURN_THROWS() during ZPP in the date, dba and dom extensionsMáté Kocsis2019-12-311-12/+12
* | | Add union return types for function stubsMáté Kocsis2019-11-112-17/+9
* | | Clean DONE tags from testsFabien Villepinte2019-11-0729-63/+0
* | | Cleanup return values when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-3/+3
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-2526-52/+0
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-09-231-0/+4
|\ \ \ | |/ /
| * | Allow lookup of distro-packaged QDBM headers on DebianStephen Reay2019-09-231-0/+4
* | | Add ext/dba stubsChristoph M. Becker2019-09-223-76/+126
* | | Remove some misleading RETURN_FALSENikita Popov2019-08-121-2/+2
* | | Merge branch 'PHP-7.4'Peter Kokot2019-07-131-6/+6
|\ \ \ | |/ /
| * | Convert all php_error_docref0 to php_error_docrefGeorge Peter Banyard2019-07-131-6/+6
* | | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-0/+6
|\ \ \ | |/ /
| * | Allow exceptions in __toString()Nikita Popov2019-06-051-0/+6
* | | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-17/+13
|\ \ \ | |/ /
| * | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-17/+13
* | | Merge branch 'PHP-7.4'Peter Kokot2019-03-191-54/+0
|\ \ \ | |/ /
| * | Remove extension readmesPeter Kokot2019-03-191-54/+0
* | | Merge branch 'PHP-7.4'Peter Kokot2019-03-1562-193/+193
|\ \ \ | |/ /
| * | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1562-193/+193
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-03-123-7/+9
|\ \ \ | |/ /
| * | Switch to use ZTS cacheDmitry Stogov2019-03-123-7/+9
* | | Adjust tests for zpp TypeError changeNikita Popov2019-03-115-32/+2
|/ /
* | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-42/+81