| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Revert "Revert "[skip-ci] Fix typo""" | Levi Morrison | 2021-03-28 | 1 | -11/+0 |
* | Revert "Revert "[skip-ci] Fix typo"" | Nikita Popov | 2021-03-28 | 1 | -0/+11 |
* | Revert "[skip-ci] Fix typo" | Nikita Popov | 2021-03-28 | 1 | -11/+0 |
* | [skip-ci] Fix typo | Rasmus Lerdorf | 2021-03-28 | 1 | -0/+11 |
* | Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xs... | Máté Kocsis | 2021-02-22 | 1 | -8/+2 |
* | Merge branch 'PHP-8.0' | Nikita Popov | 2021-02-16 | 1 | -0/+2 |
|\ |
|
| * | Mark resource-like objects as non-comparable | Nikita Popov | 2021-02-16 | 1 | -0/+2 |
* | | Replace zend_bool uses with bool | Nikita Popov | 2021-01-15 | 1 | -1/+1 |
|/ |
|
* | Consolidate the usage of "either" and "one of" in error messages | Máté Kocsis | 2020-09-20 | 1 | -3/+3 |
* | Review the usage of apostrophes in error messages | Máté Kocsis | 2020-07-10 | 1 | -3/+3 |
* | Remove proto comments from C files | Max Semenik | 2020-07-06 | 1 | -38/+19 |
* | Add flag to forbid dynamic property creation on internal classes | Nikita Popov | 2020-06-24 | 1 | -2/+2 |
* | Convert resources to objects in ext/zlib | Máté Kocsis | 2020-06-17 | 1 | -139/+201 |
* | Improve error messages of ext/zlib | Máté Kocsis | 2020-06-17 | 1 | -9/+8 |
* | Use zend_zval_type_name() API where possible | Nikita Popov | 2020-05-13 | 1 | -1/+1 |
* | Code tweaks: Remove unneeded semicolons | Alex Dowad | 2020-04-29 | 1 | -1/+1 |
* | Add macro to get ini target address | Nikita Popov | 2020-04-27 | 1 | -10/+1 |
* | Generate function entries for another batch of extensions | Máté Kocsis | 2020-04-05 | 1 | -45/+8 |
* | Improve error messages of various extensions | Máté Kocsis | 2020-03-23 | 1 | -1/+1 |
* | Make error messages more consistent by fixing capitalization | Máté Kocsis | 2020-01-17 | 1 | -6/+6 |
* | Convert some warnings to Error in zlib extension | George Peter Banyard | 2020-01-09 | 1 | -48/+43 |
* | Use RETURN_THROWS() during ZPP in most of the extensions | Máté Kocsis | 2019-12-31 | 1 | -14/+14 |
* | Cleanup return values when parameter parsing is unsuccessful | Máté Kocsis | 2019-10-30 | 1 | -3/+3 |
* | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
* | Add stub for ext zlib | Thomas Gerbet | 2019-08-22 | 1 | -133/+7 |
* | Merge branch 'PHP-7.4' | Nikita Popov | 2019-06-05 | 1 | -2/+4 |
|\ |
|
| * | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -2/+4 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
|\ \
| |/ |
|
| * | 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 |
* | | Remove year range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | | Remove fgetss and friends | Nikita Popov | 2019-01-29 | 1 | -7/+0 |
|/ |
|
* | Future-proof email addresses... | Zeev Suraski | 2018-11-01 | 1 | -1/+1 |
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | Deprecate fgetss() and gzgetss() | Nikita Popov | 2018-07-21 | 1 | -1/+1 |
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -4/+4 |
* | Avoid useless checks, using zend_string_efree(), in cases where the string is... | Dmitry Stogov | 2018-05-08 | 1 | -1/+1 |
* | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -2/+2 |
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2017-10-11 | 1 | -2/+4 |
|\ |
|
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2017-10-11 | 1 | -2/+4 |
| |\ |
|
| | * | Fix Bug #75299 Wrong reflection on inflate_init and inflate_add | Fabien Villepinte | 2017-10-01 | 1 | -2/+4 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-07-10 | 1 | -72/+1 |
| |\ \
|/ / /
| | _ |
|
| * | Revert "Add more constants, improve comments, and add tests" | Anatol Belski | 2017-07-10 | 1 | -72/+1 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2017-06-25 | 1 | -1/+72 |
|\ \
| |/ |
|
| * | Add more constants, improve comments, and add tests | Matthew Trescott | 2017-06-25 | 1 | -1/+72 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-06-25 | 1 | -18/+15 |
|\ \
| |/ |
|
| * | Remove invalid check of dictionary content and add initialization of dictiona... | wapmorgan | 2017-06-25 | 1 | -18/+15 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2017-03-15 | 1 | -4/+2 |
|\ \
| |/ |
|
| * | Fixed bug #74240 (deflate_add can allocate too much memory) | Matt Bonneau | 2017-03-15 | 1 | -4/+2 |