Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -2/+2 |
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | Persistent resources are "thread-local". | Dmitry Stogov | 2017-11-01 | 1 | -4/+1 |
* | Encapsulate reference-counting primitives. | Dmitry Stogov | 2017-10-27 | 1 | -1/+1 |
* | further data type fixes to ext/dba | Anatol Belski | 2017-05-29 | 1 | -3/+3 |
* | move dba handlers to size_t | Anatol Belski | 2017-05-29 | 1 | -3/+3 |
* | fix wrong define | Anatol Belski | 2017-05-28 | 1 | -1/+1 |
* | implement support for LMDB in ext/dba | Anatol Belski | 2017-05-28 | 1 | -0/+6 |
* | fix identiation | Anatol Belski | 2017-05-28 | 1 | -15/+14 |
* | Improve conditions and visibility | Anatol Belski | 2017-05-27 | 1 | -4/+3 |
* | Fixed bug #72885 flatfile: dba_fetch() fails to read replaced entry | Anatol Belski | 2017-05-27 | 1 | -1/+50 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | Merge branch 'throw-error-in-extensions' | Aaron Piotrowski | 2016-07-05 | 1 | -1/+1 |
|\ | |||||
| * | E_RECOVERABLE_ERROR -> thrown Error | Aaron Piotrowski | 2016-06-14 | 1 | -1/+1 |
* | | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 1 | -1/+1 |
|/ | |||||
* | Fixed bug #72157 (use-after-free caused by dba_open) | Xinchen Hui | 2016-05-05 | 1 | -5/+1 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | | Return -1 seems bug here | Xinchen Hui | 2015-12-10 | 1 | -2/+2 |
* | | iFixed key leak with invalid resource | Xinchen Hui | 2015-12-10 | 1 | -5/+12 |
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -7/+7 |
* | | Merge branch 'PHP-5.6' | Dmitry Stogov | 2015-04-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2015-04-08 | 1 | -1/+1 |
| |\ | |||||
| | * | Fixed typo | Dmitry Stogov | 2015-04-08 | 1 | -1/+1 |
| | * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | Fixed reference counting | Dmitry Stogov | 2015-04-08 | 1 | -6/+13 |
* | | | cleaning up the version macros | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
* | | | Fixed build | Xinchen Hui | 2015-03-04 | 1 | -1/+1 |
* | | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati... | Dmitry Stogov | 2015-03-04 | 1 | -15/+7 |
* | | | Ported dba | Xinchen Hui | 2015-02-03 | 1 | -2/+4 |
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -38/+38 |
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -62/+62 |
* | | | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 1 | -1/+1 |
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | | Fix ext/dba ini handling | Nikita Popov | 2014-09-11 | 1 | -5/+5 |
* | | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -2/+2 |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -10/+10 |
* | | | fixes to ext/dba | Anatol Belski | 2014-08-19 | 1 | -3/+3 |
* | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -7/+7 |
* | | | Fixed tests but introduce segfaults (behavior same as trunk) | Xinchen Hui | 2014-05-21 | 1 | -5/+1 |
* | | | Fixed persistent dba handling | Xinchen Hui | 2014-05-21 | 1 | -8/+11 |
* | | | Refactored ext/dba (tests passes, but segfaults need to be fixed) | Xinchen Hui | 2014-05-21 | 1 | -71/+85 |
* | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Declare a number of functions as variadic. | Rouven Weßling | 2014-02-16 | 1 | -2/+2 |
* | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -7/+10 |
|/ / |