summaryrefslogtreecommitdiff
path: root/ext/simplexml/simplexml.c
Commit message (Expand)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-151-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2014-05-101-3/+3
|\
| * - Move checkingFelipe Pena2014-05-101-3/+3
* | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2014-05-101-0/+3
|\ \ | |/
| * - Fixed missing NULL check in SimpleXMLElement::xpath()Felipe Pena2014-05-101-0/+3
* | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2014-05-101-3/+6
|\ \ | |/
| * - Fixed missing NULL checkFelipe Pena2014-05-101-3/+6
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-04-051-1/+1
|\ \ | |/
| * Fixed bug #66084 simplexml_load_string() mangles empty node nameAnatol Belski2014-04-051-1/+1
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-1/+1
|\ \ | |/
| * Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-17/+10
* | Fix get_property_ptr_ptr declaration in simplexmlNikita Popov2013-03-091-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
|/
* Use get_gc instead of hacks of get_propertiesDmitry Stogov2012-12-051-7/+13
* Merge branch 'PHP-5.3' into PHP-5.4Rob Richards2012-08-091-0/+4
|\
| * Update to work with libxml 2.9.0Daniel Veillard2012-08-091-0/+4
* | Implements feature 55218Lonny Kapelushnik2012-06-211-5/+16
* | Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-03-201-1/+1
|\ \ | |/
| * Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * Merge from TrunkChristian Stocker2011-09-011-3/+2
| * - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-2/+2
| * Fixed test 008Ilia Alshanetsky2011-06-071-2/+3
| * - Fixed bug #53991 (SimpleXMLElement::__construct shows no params via Reflect...Felipe Pena2011-02-111-14/+53
| * - Year++Felipe Pena2011-01-011-1/+1
| * fix segfault when node is NULLAntony Dovgal2010-12-271-1/+1
| * typoRob Richards2010-12-271-1/+1
| * fix crash with entity declarationsRob Richards2010-12-271-14/+16
| * - revert fix for #52655, rev. 302614Pierre Joye2010-08-231-1/+1
| * Fixed bug #52655 (SimpleXMLIterator supports ArrayAccess without implementing...Kalle Sommer Nielsen2010-08-211-1/+1
| * Fixed a possible crash because of recursive GC invocationDmitry Stogov2010-05-171-0/+3
| * fix bug #48601 (xpath() returns FALSE for legitimate query)Rob Richards2010-05-051-21/+19
| * - Fixed bug #51615 (PHP crash with wrong HTML in SimpleXML)Felipe Pena2010-04-201-3/+8
* | - Year++Felipe Pena2012-01-011-1/+1
* | simplexml->query returns empty array if no nodes were found Christian Stocker2011-08-311-3/+2
* | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-2/+2
* | Fixed test 008Ilia Alshanetsky2011-06-071-2/+3
* | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-2/+2
* | Commiting r311138 into the 5.3 branch - fix to SimpleXML get properties hashAndrew Curioso2011-05-181-3/+33
* | - Fixed bug #53991 (SimpleXMLElement::__construct shows no params via Reflect...Felipe Pena2011-02-111-14/+53
* | - Year++Felipe Pena2011-01-011-1/+1
* | fix segfault when node is NULLAntony Dovgal2010-12-271-1/+1
* | typoRob Richards2010-12-271-1/+1
* | fix crash with entity declarationsRob Richards2010-12-271-14/+16