summaryrefslogtreecommitdiff
path: root/ext/simplexml/sxe.c
Commit message (Expand)AuthorAgeFilesLines
* Make SimpleXMLElement a RecursiveIteratorNikita Popov2020-06-241-190/+0
* Generate function entries from stubsMáté Kocsis2020-04-201-20/+8
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-7/+7
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Add SimpleXML arginfo stubsStephen Reay2019-09-251-12/+8
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-7/+7
* Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-7/+7
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Improved user iterator implementation to reduce zend_class_entry memory consu...Dmitry Stogov2018-07-121-8/+2
* Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-091-4/+2
* year++Xinchen Hui2018-01-021-1/+1
* "Countable" interface is moved from SPL to CoreDmitry Stogov2017-05-251-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
* 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
| * bump yearXinchen Hui2015-01-151-1/+1
* | Get rid of more ZVAL_ZVAL() macrosDmitry Stogov2015-06-121-2/+9
* | export useful symbols from ext/simplexmlAnatol Belski2015-03-231-2/+3
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-10/+10
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-5/+5
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-5/+5
* | Refactor simpleXML (compilable, but incompleted)Xinchen Hui2014-04-141-21/+21
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
* - Year++Felipe Pena2012-01-011-1/+1
* - Added missing arginfos for void params and void param checksFelipe Pena2011-06-181-7/+40
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Fix #45976 (Move SXE from SPL to SimpleXML)Etienne Kneuss2008-11-061-0/+186