summaryrefslogtreecommitdiff
path: root/ext/simplexml
Commit message (Collapse)AuthorAgeFilesLines
...
| * - 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)
* | 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
* | revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+111
| |
* | Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-111/+0
| | | | | | | | anymore and are barely updated nor available for all extensions
* | - Improve testFelipe Pena2010-04-201-0/+13
| |
* | - Fixed bug #51615 (PHP crash with wrong HTML in SimpleXML)Felipe Pena2010-04-202-3/+30
| |
* | Changed the structure of op_array.opcodes. The constant values are moved ↵Dmitry Stogov2010-04-201-5/+5
|/ | | | from opcode operands into a separate literal table
* Fix assignment when SimpleXML is disabled on WindowsKalle Sommer Nielsen2010-02-251-1/+1
|
* 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-035-5/+5
|
* Fixed bug #49800 (SimpleXML allow (un)serialize() calls without warning).Ilia Alshanetsky2009-10-071-1/+2
| | | | | # original patch by wmeler at wp-sa dot pl
* Test from 2009 testfestZoe Slattery2009-08-261-0/+18
|
* fix broken test (spurious tab characters caused run-tests to spaz)Gwynne Raskind2009-08-141-3/+3
|
* - Remove duplicate sectionJani Taskinen2009-08-061-2/+0
|
* Add missing SKIPIF sections to testsandy wharmby2009-08-0315-20/+67
|
* Added comment to XFAILZoe Slattery2009-07-181-0/+2
|
* removing empty XFAIL sectionsZoe Slattery2009-07-181-1/+0
|
* MFH: Mark spl as required and fix extension loading orderHannes Magnusson2009-06-111-0/+1
| | | | | # Not needed in 5.2 as the simplexmliterator is part of spl there
* - Fixed Bug #46048 (SimpleXML top-level @attributes not part of iterator)David Coallier2009-02-032-1/+25
| | | | | - Added test for bug #46048
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-315-5/+5
|
* MFH: proper exports/imports for win32Rob Richards2008-12-272-1/+10
|
* MFH: force export on win32 to workaround win32 conig issuesRob Richards2008-12-271-11/+1
|
* MFH: properly export functionsRob Richards2008-12-263-5/+17
|