summaryrefslogtreecommitdiff
path: root/ext/simplexml
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-015-5/+5
|
* Use get_gc instead of hacks of get_propertiesDmitry Stogov2012-12-051-7/+13
|
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-1038-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-1038-0/+0
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-093-0/+0
|\ \ | |/
| * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-093-0/+0
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Rob Richards2012-08-091-0/+4
|\ \ | |/ | | | | | | | | # By Daniel Veillard * PHP-5.3: Update to work with libxml 2.9.0
| * Update to work with libxml 2.9.0Daniel Veillard2012-08-091-0/+4
| |
* | Merge branch 'pull-request/112' into PHP-5.4Stanislav Malyshev2012-07-072-5/+133
|\ \ | | | | | | | | | | | | | | | | | | * pull-request/112: Added in NEWS and UPGRADING for feature 55218 Adding in test for feature 55218 Implements feature 55218
| * | Adding in test for feature 55218Lonny Kapelushnik2012-06-211-0/+117
| | |
| * | Implements feature 55218Lonny Kapelushnik2012-06-211-5/+16
| | | | | | | | | | | | | | | Allows you to recursively check namespaces under a child node instead of from the root of the XML doc
* | | Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-301-1/+1
|/ /
* | Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-03-201-1/+1
|\ \ | |/ | | | | | | | | | | | | | | * PHP-5.3: Replace $Revision$ with $Id$ in keyword expansion enable files Enable $Id$ expansion for files with the $Revision$ keyword Conflicts: ext/mysqlnd/mysqlnd.h
| * Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-1/+1
| |
| * - Year++Felipe Pena2012-01-015-5/+5
| |
| * - add skipif for domPierre Joye2011-09-071-1/+3
| |
| * - add skipifPierre Joye2011-09-062-0/+4
| |
| * Merge from TrunkChristian Stocker2011-09-012-3/+11
| | | | | | | | | | | | | | | | | | simplexml->query returns empty array if no nodes were found and false if libxml thinks the xpath-expression was invalid. Behaves now the same like DomXPath and fixes Bug #48601 Adjusted a test to reflect that change
| * - 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
| |
| * - Added missing arginfos for void params and void param checksFelipe Pena2011-06-181-7/+40
| |
| * Fixed test 008Ilia Alshanetsky2011-06-071-2/+3
| |
| * - Fixed bug #53991 (SimpleXMLElement::__construct shows no params via ↵Felipe Pena2011-02-111-14/+53
| | | | | | | | ReflectionMethod)
| * - Year++Felipe Pena2011-01-015-5/+5
| |
| * 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 ↵Kalle Sommer Nielsen2010-08-211-1/+1
| | | | | | | | implementing the interface)
| * 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-052-21/+39
| | | | | | | | add test
| * - Improve testFelipe Pena2010-04-201-0/+13
| |
| * - Fixed bug #51615 (PHP crash with wrong HTML in SimpleXML)Felipe Pena2010-04-202-3/+30
| |
* | - Year++Felipe Pena2012-01-015-5/+5
| |
* | - add skipif for domPierre Joye2011-09-071-1/+3
| |
* | - add skipifPierre Joye2011-09-062-0/+4
| |
* | simplexml->query returns empty array if no nodes were found Christian Stocker2011-08-312-3/+11
| | | | | | | | | | | | | | and false if libxml thinks the xpath-expression was invalid. Behaves now the same like DomXPath and fixes Bug #48601 Adjusted a test to reflect that change
* | - 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
| |
* | - Added missing arginfos for void params and void param checksFelipe Pena2011-06-181-7/+40
| |
* | Fixed test 008Ilia Alshanetsky2011-06-071-2/+3
| |
* | - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-2/+2
| | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* | Commiting r311138 into the 5.3 branch - fix to SimpleXML get properties hashAndrew Curioso2011-05-183-7/+39
| |
* | - Fixed bug #53991 (SimpleXMLElement::__construct shows no params via ↵Felipe Pena2011-02-111-14/+53
| | | | | | | | ReflectionMethod)
* | - Year++Felipe Pena2011-01-015-5/+5
| |
* | 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 ↵Kalle Sommer Nielsen2010-08-211-1/+1
| | | | | | | | implementing the interface)