Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | Replace zend_hash_apply... with ZEND_HASH_FOREACH... | Dmitry Stogov | 2018-12-19 | 1 | -10/+6 |
* | Clean up unnecessary ternary expressions and simplify some returns | Gabriel Caruso | 2018-12-03 | 1 | -5/+1 |
* | Fix typos in code comments | Peter Kokot | 2018-07-25 | 1 | -1/+1 |
* | 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 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | Move smart_string to Zend | Nikita Popov | 2017-01-01 | 1 | -1/+1 |
* | Decouple DEBUG_FILE_UPLOAD from ZEND_DEBUG | Nikita Popov | 2016-08-19 | 1 | -1/+3 |
* | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-08-03 | 1 | -1/+1 |
|\ | |||||
| * | Fix bug #72724 | Nikita Popov | 2016-08-03 | 1 | -1/+1 |
* | | Fixed compilation warnings | Dmitry Stogov | 2016-06-21 | 1 | -2/+2 |
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -3/+3 |
|/ | |||||
* | 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 |
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -3/+3 |
* | | code standard | Xinchen Hui | 2015-05-16 | 1 | -5/+4 |
* | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-05-12 | 1 | -21/+25 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-05-12 | 1 | -24/+27 |
| |\ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-05-12 | 1 | -24/+27 |
| | |\ | |||||
| | | * | Fixed bug #69364 - use smart_str to assemble strings | Stanislav Malyshev | 2015-05-09 | 1 | -24/+27 |
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 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 |
* | | | | expose destroy_uploaded_files_hash in the API (used by apfd extension) | Remi Collet | 2015-03-25 | 1 | -1/+1 |
* | | | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati... | Dmitry Stogov | 2015-03-04 | 1 | -13/+22 |
* | | | | fix warnings | Michael Wallner | 2015-01-30 | 1 | -1/+1 |
* | | | | avoid duplicate array_init | Michael Wallner | 2015-01-22 | 1 | -1/+4 |
* | | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
* | | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -85/+85 |
* | | | | fix datatype mismatches | Anatol Belski | 2014-10-27 | 1 | -11/+15 |
* | | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -12/+12 |
* | | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -14/+14 |
* | | | | mostly fixes to spl, but also some other | Anatol Belski | 2014-08-17 | 1 | -2/+2 |
* | | | | fix some cases with fast zpp | Anatol Belski | 2014-08-16 | 1 | -3/+3 |
* | | | | first shot on merging the core fro the int64 branch | Anatol Belski | 2014-08-16 | 1 | -22/+22 |
* | | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-07-22 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | force atoll macro usage on windows | Anatol Belski | 2014-07-21 | 1 | -0/+1 |
* | | | | Merge remote-tracking branch 'origin/master' into phpng | Xinchen Hui | 2014-07-18 | 1 | -0/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Enable build without atoll (e.g old AIX flavours) | Lior Kaplan | 2014-07-17 | 1 | -0/+4 |
* | | | | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word | Dmitry Stogov | 2014-04-21 | 1 | -2/+2 |
* | | | | Fixed memory leak | Xinchen Hui | 2014-03-05 | 1 | -1/+7 |
* | | | | Fixed unlink file | Xinchen Hui | 2014-03-05 | 1 | -3/+4 |
* | | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-17 | 1 | -1/+1 |
* | | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -19/+13 |
|/ / / |