summaryrefslogtreecommitdiff
path: root/ext/xmlwriter/php_xmlwriter.c
Commit message (Expand)AuthorAgeFilesLines
* Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xs...Máté Kocsis2021-02-221-5/+2
* Replace zend_bool uses with boolNikita Popov2021-01-151-4/+4
* Warning promotion: Throw on writing invalid XML tag namesDik Takken2020-09-291-22/+22
* Fix UNKNOWN default values in various extensionsMáté Kocsis2020-09-071-1/+1
* Promote warnings to exceptions in ext/soap and ext/xmlwriterMáté Kocsis2020-09-011-2/+2
* Throw Error on uninitialized XMLWriterNikita Popov2020-08-131-2/+2
* Remove proto comments from C filesMax Semenik2020-07-061-92/+46
* FR #79344: xmlwriter_write_attribute_ns: $prefix should be nullableChristoph M. Becker2020-06-161-2/+2
* Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-141-184/+45
* Merge branch 'PHP-7.4'Christoph M. Becker2020-02-031-5/+14
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-031-14/+21
| |\
| | * Fix #79191: Error in SoapClient ctor disables DOMDocument::save()Christoph M. Becker2020-02-031-14/+21
| | * Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter).Xinchen Hui2019-12-251-7/+9
| * | Partial fix for bug #79029Xinchen Hui2019-12-251-7/+9
* | | Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-021-20/+20
* | | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-2/+2
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | Employ zend_parse_method_parameters()Christoph M. Becker2019-09-221-206/+71
* | | Change XMLWriter resources to objectsChristoph M. Becker2019-09-181-280/+115
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-09-031-0/+6
|\ \ \ | |/ /
| * | Add missing argument checksChristoph M. Becker2019-09-031-0/+6
* | | Don't explicitly set return value on ZFR failure in ext/xmlwriterChristoph M. Becker2019-09-031-20/+20
* | | Add ext/xmlwriter stubsChristoph M. Becker2019-09-031-360/+57
|/ /
* | Use zend_parse_parameters_none() in XmlWriter::openMemory()Nikita Popov2019-02-201-0/+4
* | Remove local variablesPeter Kokot2019-02-031-9/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Bump minimum libxml version to 2.7.6Nikita Popov2018-09-231-10/+0
* | Remove checks for libxml < 2.6.11Nikita Popov2018-09-161-26/+0
|/
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Add zend_object_alloc() APINikita Popov2017-11-251-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Fixed compilation warningsDmitry Stogov2016-06-221-3/+5
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Internal function argumensts cleanup (strict_types)Xinchen Hui2015-12-121-1/+1
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-141-2/+2
|\ \ | |/
| * Merge branch 'PHP-5.5-security' into PHP-5.5.24Stanislav Malyshev2015-04-121-1/+1
| |\
| * \ Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-111-2/+2
| |\ \
| | * | Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)Stanislav Malyshev2015-04-111-2/+2
| | * | Bump yearXinchen Hui2014-01-031-1/+1
| | * | Happy New YearXinchen Hui2013-01-011-1/+1
| | * | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-05-181-0/+2
| | |\ \
| | | * | - Fixed bug #62064 (memory leak in the XML Writer module)Felipe Pena2012-05-181-0/+2
| | | * | - Year++Felipe Pena2012-01-011-1/+1
| | | * | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| | | * | - Year++Felipe Pena2011-01-011-1/+1
| | * | | - Year++Felipe Pena2012-01-011-1/+1
| | * | | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1