summaryrefslogtreecommitdiff
path: root/ext/xmlwriter/php_xmlwriter.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | | | | Merge branch 'PHP-5.6'Lior Kaplan2015-04-011-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix typo: unitialized -> uninitializedLior Kaplan2015-04-011-1/+1
| |/ / /
| * | | Bump yearXinchen Hui2015-01-151-1/+1
| * | | Bump yearXinchen Hui2014-01-031-1/+1
* | | | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-1/+1
* | | | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+1
* | | | Cleanup resource handling APIsXinchen Hui2015-02-021-23/+62
* | | | bump yearXinchen Hui2015-01-151-1/+1
* | | | trailing whitespace removalStanislav Malyshev2015-01-101-56/+56
* | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-60/+60
* | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | | first show to make 's' work with size_tAnatol Belski2014-08-271-17/+30
* | | | master renames phase 3Anatol Belski2014-08-251-1/+1
* | | | master renames phase 1Anatol Belski2014-08-251-1/+1
* | | | ported xsl, xml reader and writerAnatol Belski2014-08-191-1/+1
* | | | basic macro replacements, all at onceAnatol Belski2014-08-191-1/+1
* | | | Use self instead of this(keyword)Xinchen Hui2014-05-041-68/+68
* | | | Port XMLWriterXinchen Hui2014-05-041-228/+61
* | | | Bump yearXinchen Hui2014-01-031-1/+1
|/ / /
* | | Happy New YearXinchen Hui2013-01-011-1/+1
* | | - 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
* | Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-3/+1
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-1/+1
|/