Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add flag to forbid dynamic property creation on internal classes | Nikita Popov | 2020-06-24 | 1 | -1/+1 |
* | Add ZVAL_OBJ_COPY macro | Nikita Popov | 2020-06-17 | 1 | -2/+1 |
* | Fix [-Wundef] warning in XML extension | George Peter Banyard | 2020-05-20 | 1 | -1/+1 |
* | Fix UNKNOWN default values in ext/xml | Máté Kocsis | 2020-05-06 | 1 | -1/+1 |
* | Generate function entries from stubs for a couple of extensions | Máté Kocsis | 2020-04-14 | 1 | -5/+1 |
* | Generate function entries for another batch of extensions | Máté Kocsis | 2020-04-05 | 1 | -51/+1 |
* | Make error messages more consistent by fixing capitalization | Máté Kocsis | 2020-01-17 | 1 | -1/+1 |
* | Use RETURN_THROWS() in various places | Máté Kocsis | 2020-01-03 | 1 | -2/+2 |
* | Use RETURN_THROWS() after try_convert_to_string() | Máté Kocsis | 2020-01-03 | 1 | -1/+1 |
* | Use RETURN_THROWS() during ZPP in most of the extensions | Máté Kocsis | 2019-12-31 | 1 | -21/+21 |
* | Fix bug #78563 | Mark | 2019-10-07 | 1 | -2/+6 |
* | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
* | Don't explicitly set return value on ZPP failure in ext/xml | Christoph M. Becker | 2019-09-03 | 1 | -1/+1 |
* | Add ext/xml stubs | Christoph M. Becker | 2019-09-03 | 1 | -108/+2 |
* | Merge branch 'PHP-7.4' | Nikita Popov | 2019-06-05 | 1 | -1/+4 |
|\ | |||||
| * | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -1/+4 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-05-28 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macros | Dmitry Stogov | 2019-05-28 | 1 | -1/+2 |
* | | Fix get_gc signature | Nikita Popov | 2019-04-08 | 1 | -3/+3 |
* | | ext/xml: Use object instead of resource | Nikita Popov | 2019-04-08 | 1 | -123/+108 |
|/ | |||||
* | 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 |
* | Implement typed properties | Nikita Popov | 2019-01-11 | 1 | -5/+9 |
* | Merge branch 'PHP-7.3' | Christoph M. Becker | 2018-10-16 | 1 | -0/+6 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-10-16 | 1 | -0/+6 |
| |\ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-10-16 | 1 | -0/+6 |
| | |\ | |||||
| | | * | Add support for getting SKIP_TAGSTART and SKIP_WHITE options | Christoph M. Becker | 2018-10-16 | 1 | -0/+6 |
| | | * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -45/+45 |
| | * | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -43/+43 |
* | | | | Merge branch 'PHP-7.3' | Christoph M. Becker | 2018-10-09 | 1 | -1/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-10-09 | 1 | -1/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-10-09 | 1 | -1/+0 |
| | |\ \ | | | |/ | |||||
| | | * | Fix #30875: xml_parse_into_struct() does not resolve entities | Christoph M. Becker | 2018-10-09 | 1 | -1/+0 |
| | | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | * | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | | Remove PHP_XML_INTERNAL defines | Nikita Popov | 2018-09-17 | 1 | -1/+0 |
* | | | | Remove IS_EXT_MODULE defines | Nikita Popov | 2018-09-16 | 1 | -2/+0 |
* | | | | Make ext/xml API private | Nikita Popov | 2018-09-16 | 1 | -65/+93 |
|/ / / | |||||
* | | | 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 | -7/+7 |
* | | | Reduce variable scope | Anatol Belski | 2018-02-17 | 1 | -2/+1 |
* | | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -43/+43 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -6/+6 |
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | | | Cleanup type conversion | Dmitry Stogov | 2017-12-07 | 1 | -6/+3 |
* | | | Kill compiler warnings in ext/xml | Kalle Sommer Nielsen | 2017-08-24 | 1 | -1/+1 |
|/ / | |||||
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -2/+2 |
* | | Merge branch 'PHP-7.1' | Anatol Belski | 2016-11-22 | 1 | -1/+1 |
|\ \ | |/ |