summaryrefslogtreecommitdiff
path: root/ext/dba
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-0425-25/+25
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-252-0/+72
|\
| * Fix #70825: Cannot fetch multiple values with group in ini fileChristoph M. Becker2016-08-252-0/+72
* | 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-252-5/+33
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-191-9/+8
|\ \ | |/
| * Revert "Fix dba configuration for Windows"Christoph M. Becker2016-08-191-9/+8
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-191-8/+9
|\ \ | |/
| * Fix dba configuration for WindowsChristoph M. Becker2016-08-191-8/+9
* | 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 bug #72157 (use-after-free caused by dba_open)Xinchen Hui2016-05-052-5/+23
* | Eliminate usages of _PP macrosNikita Popov2016-03-031-2/+0
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-0125-25/+25
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-0125-25/+25
| * ext/dba/config.m4: Autodetect Berkeley DB v5.3.Michael Orlitzky2015-12-091-1/+5
* | Return -1 seems bug hereXinchen Hui2015-12-101-2/+2
* | iFixed key leak with invalid resourceXinchen Hui2015-12-101-5/+12
* | ext/dba/config.m4: Autodetect Berkeley DB v5.3.Michael Orlitzky2015-12-091-1/+5
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-7/+7
* | This shouldn't have been a part of the previous commitKalle Sommer Nielsen2015-05-191-4/+0
* | * Make ext/dba compile with newer versions of Oracle's Berkeley (in my case 6.1)Kalle Sommer Nielsen2015-05-192-3/+16
* | Merge branch 'PHP-5.6'Dmitry Stogov2015-04-081-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-04-081-1/+1
| |\
| | * Fixed typoDmitry Stogov2015-04-081-1/+1
| * | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2015-01-201-24/+4
| |\ \ | | |/
| | * Fix bug #68711 Remove useless checks. 'num' is unsigned and cannot be <0.Joshua Rogers2015-01-201-24/+4
| | * Bump yearXinchen Hui2015-01-1525-25/+25
| | * Bump yearXinchen Hui2014-01-0325-25/+25
| * | bump yearXinchen Hui2015-01-1525-25/+25
* | | Fixed reference countingDmitry Stogov2015-04-082-8/+13
* | | cleaning up the version macrosAnatol Belski2015-03-232-1/+4
* | | Fixed buildXinchen Hui2015-03-041-1/+1
* | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-15/+7
* | | Ported dbaXinchen Hui2015-02-031-2/+4
* | | Fix bug #68711 Remove useless checks. 'num' is unsigned and cannot be <0.Joshua Rogers2015-01-201-24/+4
* | | bump yearXinchen Hui2015-01-1525-25/+25
* | | trailing whitespace removalStanislav Malyshev2015-01-1016-154/+154
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-1320-245/+243
* | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
* | | removed *.dsw and *.dsp filesAnatol Belski2014-09-281-213/+0
* | | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-2025-30/+30
|\ \ \
| * | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-1925-25/+25
| * | | Fix ext/dba ini handlingNikita Popov2014-09-111-5/+5
* | | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-4/+4
|/ / /
* | | first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-257-7/+7
* | | master renames phase 1Anatol Belski2014-08-259-18/+18
* | | fixes to ext/dbaAnatol Belski2014-08-191-3/+3