Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 14 | -18/+18 |
* | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 13 | -29/+0 |
* | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 2 | -4/+4 |
* | Remove HAVE_STRING_H | Peter Kokot | 2018-09-18 | 1 | -1/+1 |
* | Remove HAVE_STDLIB_H | Peter Kokot | 2018-09-16 | 1 | -1/+1 |
* | Remove AC_HEADER_TIME | Peter Kokot | 2018-09-02 | 1 | -1/+0 |
* | Remove AC_C_CONST | Peter Kokot | 2018-09-02 | 1 | -1/+0 |
* | Trim trailing whitespaces in build files | Peter Kokot | 2018-07-29 | 1 | -2/+2 |
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 4 | -8/+1 |
* | Use variables that already received ZEND_NUM_ARGS() | Gabriel Caruso | 2018-07-22 | 1 | -2/+1 |
* | Remove sqlite and xmlrpc extension versions from phpinfo output | Peter Kokot | 2018-07-03 | 1 | -1/+0 |
* | erealloc() is infallible | Christoph M. Becker | 2018-06-13 | 1 | -3/+0 |
* | emalloc never returns null | Markus Staab | 2018-06-13 | 1 | -18/+16 |
* | Removed "dead" code (zend_hash_update() never fails) | Dmitry Stogov | 2018-06-01 | 1 | -4/+4 |
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -2/+2 |
* | Remove, or fix, unused variables | Gabriel Caruso | 2018-03-27 | 2 | -7/+1 |
* | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 11 | -11/+11 |
* | Merge branch 'PHP-7.2' | Joe | 2018-02-08 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Joe | 2018-02-08 | 1 | -1/+1 |
| |\ | |||||
| | * | Fixes bug #75871 Use pkg-config for libxml2 if available | Pedro Magalhães | 2018-02-08 | 1 | -1/+1 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
* | | | More effecient conversion | Dmitry Stogov | 2018-01-17 | 1 | -5/+3 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | | | RC manipulation cleanup 2 | Xinchen Hui | 2017-11-02 | 1 | -6/+2 |
* | | | Encapsulate reference-counting primitives. | Dmitry Stogov | 2017-10-27 | 1 | -2/+2 |
* | | | Always use IS_CONSTANT_AST (IS_CONSTANT is removed). | Dmitry Stogov | 2017-10-10 | 1 | -3/+0 |
* | | | Refactored recursion pretection | Dmitry Stogov | 2017-10-06 | 1 | -10/+9 |
|/ / | |||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-08-02 | 2 | -2/+58 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-08-02 | 2 | -2/+58 |
| |\ | |||||
| | * | Bug #74975: Different serialization for classes | Andreas Treichel | 2017-08-02 | 2 | -2/+58 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 2 | -2/+2 |
| | * | More int->size_t and string overflow fixes | Stanislav Malyshev | 2016-11-05 | 2 | -3/+3 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 2 | -2/+2 |
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 2 | -2/+2 |
* | | | further normalizations, uint vs uint32_t | Anatol Belski | 2016-11-26 | 1 | -1/+1 |
* | | | Remove the b prefix from literals on unrelated tests | Pedro Magalhães | 2016-11-20 | 1 | -2/+2 |
* | | | Merge branch 'PHP-7.1' | Stanislav Malyshev | 2016-11-05 | 2 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2016-11-05 | 2 | -3/+3 |
| |\ \ | |||||
| | * | | More int->size_t and string overflow fixes | Stanislav Malyshev | 2016-11-05 | 2 | -3/+3 |
| | |/ | |||||
* | | | Merge branch 'PHP-7.1' | Stanislav Malyshev | 2016-11-03 | 2 | -2/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2016-11-03 | 2 | -2/+7 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2016-11-03 | 2 | -2/+7 |
| | |\ | |||||
| | | * | More string length checks & fixes | Stanislav Malyshev | 2016-11-03 | 2 | -10/+15 |
| | * | | Fixed bug #72647 (xmlrpc_encode() unexpected output after referencing array e... | Xinchen Hui | 2016-07-22 | 2 | -0/+37 |
* | | | | remove redundant includes | Anatol Belski | 2016-10-20 | 1 | -11/+0 |
* | | | | fix Windows compilation | Anatol Belski | 2016-10-20 | 8 | -38/+1 |
* | | | | Implement #72612 (libxmlrc uses system malloc instead of PHP alloc routines) | Joe Watkins | 2016-10-19 | 13 | -98/+101 |
|/ / / | |||||
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2016-07-22 | 2 | -0/+37 |
|\ \ \ |