summaryrefslogtreecommitdiff
path: root/ext/simplexml/simplexml.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | - 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
* | Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-5/+5
|/
* Added parameter parsing check to SimpleXMLElement::count()Kalle Sommer Nielsen2010-02-251-1/+5
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed bug #49800 (SimpleXML allow (un)serialize() calls without warning).Ilia Alshanetsky2009-10-071-1/+2
* MFH: Mark spl as required and fix extension loading orderHannes Magnusson2009-06-111-0/+1