Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Warning promotion: Throw on writing invalid XML tag names | Dik Takken | 2020-09-29 | 1 | -22/+22 |
* | Fix UNKNOWN default values in various extensions | Máté Kocsis | 2020-09-07 | 1 | -1/+1 |
* | Promote warnings to exceptions in ext/soap and ext/xmlwriter | Máté Kocsis | 2020-09-01 | 1 | -2/+2 |
* | Throw Error on uninitialized XMLWriter | Nikita Popov | 2020-08-13 | 1 | -2/+2 |
* | Remove proto comments from C files | Max Semenik | 2020-07-06 | 1 | -92/+46 |
* | FR #79344: xmlwriter_write_attribute_ns: $prefix should be nullable | Christoph M. Becker | 2020-06-16 | 1 | -2/+2 |
* | Generate function entries from stubs for a couple of extensions | Máté Kocsis | 2020-04-14 | 1 | -184/+45 |
* | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-02-03 | 1 | -5/+14 |
|\ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-02-03 | 1 | -14/+21 |
| |\ | |||||
| | * | Fix #79191: Error in SoapClient ctor disables DOMDocument::save() | Christoph M. Becker | 2020-02-03 | 1 | -14/+21 |
| | * | Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter). | Xinchen Hui | 2019-12-25 | 1 | -7/+9 |
| * | | Partial fix for bug #79029 | Xinchen Hui | 2019-12-25 | 1 | -7/+9 |
* | | | Use RETURN_THROWS() after zend_parse_method_parameters() | Máté Kocsis | 2020-01-02 | 1 | -20/+20 |
* | | | Use RETURN_THROWS() during ZPP in most of the extensions | Máté Kocsis | 2019-12-31 | 1 | -2/+2 |
* | | | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
* | | | Employ zend_parse_method_parameters() | Christoph M. Becker | 2019-09-22 | 1 | -206/+71 |
* | | | Change XMLWriter resources to objects | Christoph M. Becker | 2019-09-18 | 1 | -280/+115 |
* | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-09-03 | 1 | -0/+6 |
|\ \ \ | |/ / | |||||
| * | | Add missing argument checks | Christoph M. Becker | 2019-09-03 | 1 | -0/+6 |
* | | | Don't explicitly set return value on ZFR failure in ext/xmlwriter | Christoph M. Becker | 2019-09-03 | 1 | -20/+20 |
* | | | Add ext/xmlwriter stubs | Christoph M. Becker | 2019-09-03 | 1 | -360/+57 |
|/ / | |||||
* | | Use zend_parse_parameters_none() in XmlWriter::openMemory() | Nikita Popov | 2019-02-20 | 1 | -0/+4 |
* | | 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 |
* | | Bump minimum libxml version to 2.7.6 | Nikita Popov | 2018-09-23 | 1 | -10/+0 |
* | | Remove checks for libxml < 2.6.11 | Nikita Popov | 2018-09-16 | 1 | -26/+0 |
|/ | |||||
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | Export standard object handlers, to avoid indirect access | Dmitry Stogov | 2018-05-31 | 1 | -1/+1 |
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Add zend_object_alloc() API | Nikita Popov | 2017-11-25 | 1 | -1/+1 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 1 | -3/+5 |
* | 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 |
* | | Internal function argumensts cleanup (strict_types) | Xinchen Hui | 2015-12-12 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-04-14 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.5-security' into PHP-5.5.24 | Stanislav Malyshev | 2015-04-12 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge branch 'PHP-5.4.40' into PHP-5.5.24 | Stanislav Malyshev | 2015-04-11 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions) | Stanislav Malyshev | 2015-04-11 | 1 | -2/+2 |
| | * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | * | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | * | | Merge branch 'PHP-5.3' into PHP-5.4 | Felipe Pena | 2012-05-18 | 1 | -0/+2 |
| | |\ \ | |||||
| | | * | | - Fixed bug #62064 (memory leak in the XML Writer module) | Felipe Pena | 2012-05-18 | 1 | -0/+2 |
| | | * | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | * | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | * | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | * | | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | * | | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | | | | | Merge branch 'PHP-5.6' | Lior Kaplan | 2015-04-01 | 1 | -1/+1 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Fix typo: unitialized -> uninitialized | Lior Kaplan | 2015-04-01 | 1 | -1/+1 |
| |/ / / |