Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace obsolete AC_TRY_FOO with AC_FOO_IFELSE | Peter Kokot | 2018-07-30 | 1 | -7/+7 |
* | Trim trailing whitespaces in build files | Peter Kokot | 2018-07-29 | 1 | -9/+9 |
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 24 | -48/+1 |
* | Minor cleanup in regards to magic_quotes in tests: | Kalle Sommer Nielsen | 2018-06-26 | 1 | -37/+0 |
* | Remove old SVN keywords substitutions | Peter Kokot | 2018-06-16 | 1 | -2/+0 |
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -2/+2 |
* | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 12 | -12/+12 |
* | Remove duplicated informations in tests | Gabriel Caruso | 2018-02-19 | 1 | -4/+2 |
* | Fix: follow the indent of the other configure options | Tom Van Looy | 2018-02-15 | 1 | -1/+1 |
* | Add missing clean sections | Anatol Belski | 2018-01-12 | 3 | -0/+12 |
* | Merge branch 'PHP-7.2' | Lior Kaplan | 2018-01-04 | 1 | -1/+1 |
|\ | |||||
| * | Happy new year (Update copyright to 2018) | Lior Kaplan | 2018-01-04 | 1 | -1/+1 |
| * | year++ | Xinchen Hui | 2018-01-02 | 25 | -25/+25 |
* | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -5/+5 |
* | | year++ | Xinchen Hui | 2018-01-02 | 25 | -25/+25 |
* | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | | Cleanup type conversion | Dmitry Stogov | 2017-12-07 | 8 | -16/+8 |
* | | 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 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Joe Watkins | 2017-10-23 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-10-23 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix bug #75264 | Peter Kokot | 2017-10-23 | 1 | -1/+1 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 25 | -25/+25 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 25 | -25/+25 |
* | | | further data type fixes to ext/dba | Anatol Belski | 2017-05-29 | 2 | -6/+6 |
* | | | move dba handlers to size_t | Anatol Belski | 2017-05-29 | 2 | -15/+15 |
* | | | fix resetting cursor data if dba_firstkey failed | Anatol Belski | 2017-05-28 | 2 | -2/+3 |
* | | | fix wrong define | Anatol Belski | 2017-05-28 | 1 | -1/+1 |
* | | | fix c/p issue | Anatol Belski | 2017-05-28 | 1 | -1/+1 |
* | | | implement support for LMDB in ext/dba | Anatol Belski | 2017-05-28 | 7 | -0/+457 |
* | | | fix identiation | Anatol Belski | 2017-05-28 | 1 | -15/+14 |
* | | | Improve conditions and visibility | Anatol Belski | 2017-05-27 | 1 | -4/+3 |
* | | | Fix test | Anatol Belski | 2017-05-27 | 1 | -2/+0 |
* | | | Fixed bug #72885 flatfile: dba_fetch() fails to read replaced entry | Anatol Belski | 2017-05-27 | 2 | -1/+78 |
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 25 | -25/+25 |
* | | | since libdb isn't bundled, it needs a config option as well | Anatol Belski | 2016-10-08 | 1 | -5/+9 |
* | | | Enable QDBM support in ext/dba on Windows | Anatol Belski | 2016-10-05 | 1 | -0/+12 |
* | | | Merge branch 'PHP-7.1' | Christoph M. Becker | 2016-08-25 | 2 | -0/+72 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-08-25 | 2 | -0/+72 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-08-25 | 2 | -0/+72 |
| | |\ | |||||
| | | * | Fix #70825: Cannot fetch multiple values with group in ini file | Christoph M. Becker | 2016-08-25 | 2 | -0/+72 |
* | | | | Merge branch 'PHP-7.1' | Christoph M. Becker | 2016-08-25 | 1 | -0/+28 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-08-25 | 1 | -0/+28 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-08-25 | 1 | -0/+28 |
| | |\ \ | | | |/ | |||||
| | | * | Fix #71514: Bad dba_replace condition because of wrong API usage | Christoph M. Becker | 2016-08-25 | 2 | -5/+33 |
* | | | | Fix dba configuration for Windows | Christoph M. Becker | 2016-08-19 | 1 | -8/+9 |
|/ / / | |||||
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-08-19 | 1 | -9/+8 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-08-19 | 1 | -9/+8 |
| |\ \ | | |/ | |||||
| | * | Revert "Fix dba configuration for Windows" | Christoph M. Becker | 2016-08-19 | 1 | -9/+8 |
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-08-19 | 1 | -8/+9 |
|\ \ \ | |/ / |