summaryrefslogtreecommitdiff
path: root/ext/dba/dba.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* year++Xinchen Hui2018-01-021-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Persistent resources are "thread-local".Dmitry Stogov2017-11-011-4/+1
* Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
* further data type fixes to ext/dbaAnatol Belski2017-05-291-3/+3
* move dba handlers to size_tAnatol Belski2017-05-291-3/+3
* fix wrong defineAnatol Belski2017-05-281-1/+1
* implement support for LMDB in ext/dbaAnatol Belski2017-05-281-0/+6
* fix identiationAnatol Belski2017-05-281-15/+14
* Improve conditions and visibilityAnatol Belski2017-05-271-4/+3
* Fixed bug #72885 flatfile: dba_fetch() fails to read replaced entryAnatol Belski2017-05-271-1/+50
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-051-1/+1
|\
| * E_RECOVERABLE_ERROR -> thrown ErrorAaron Piotrowski2016-06-141-1/+1
* | Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
|/
* Fixed bug #72157 (use-after-free caused by dba_open)Xinchen Hui2016-05-051-5/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Return -1 seems bug hereXinchen Hui2015-12-101-2/+2
* | iFixed key leak with invalid resourceXinchen Hui2015-12-101-5/+12
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-7/+7
* | 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
| | * Bump yearXinchen Hui2015-01-151-1/+1
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | Fixed reference countingDmitry Stogov2015-04-081-6/+13
* | | cleaning up the version macrosAnatol Belski2015-03-231-1/+1
* | | 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
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-38/+38
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-62/+62
* | | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | Fix ext/dba ini handlingNikita Popov2014-09-111-5/+5
* | | first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* | | master renames phase 1Anatol Belski2014-08-251-10/+10
* | | fixes to ext/dbaAnatol Belski2014-08-191-3/+3
* | | basic macro replacements, all at onceAnatol Belski2014-08-191-7/+7
* | | Fixed tests but introduce segfaults (behavior same as trunk)Xinchen Hui2014-05-211-5/+1
* | | Fixed persistent dba handlingXinchen Hui2014-05-211-8/+11
* | | Refactored ext/dba (tests passes, but segfaults need to be fixed)Xinchen Hui2014-05-211-71/+85
* | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-2/+2
|\ \ \ | |/ /
| * | Declare a number of functions as variadic.Rouven Weßling2014-02-161-2/+2
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-7/+10
|/ /