summaryrefslogtreecommitdiff
path: root/ext/simplexml
Commit message (Expand)AuthorAgeFilesLines
* - 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-052-21/+39
* 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 anymo...Kalle Sommer Nielsen2010-04-211-111/+0
* - 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 from...Dmitry Stogov2010-04-201-5/+5
* 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
* 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
* - Fixed Bug #46048 (SimpleXML top-level @attributes not part of iterator)David Coallier2009-02-032-1/+25
* 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
* - remove the temp hack for libxml path (fixed now)Pierre Joye2008-12-261-14/+13
* - add libxml cflag for shared and staticPierre Joye2008-12-251-2/+4
* - work around missing libxml include path (will be replaced by a PHP_SETUP_LI...Pierre Joye2008-12-251-2/+2
* - MFH: disable simplexml when libxml is not enabledPierre Joye2008-12-251-1/+4
* MFH: Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-0/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-3/+0
* MFH: Fix #45976 (Move SXE from SPL to SimpleXML)Etienne Kneuss2008-11-0611-10/+683
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+3
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-3/+0
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-2/+2
* MFH: fix bug #46323 (compilation of simplexml for NetWare breaks)Rob Richards2008-10-201-1/+1
* propagated const, to avoid "discards qualifiers from pointer target type" errorsAlexey Zakhlestin2008-10-161-2/+2
* Committting tests for Olafur WaageZoe Slattery2008-10-022-0/+53
* MFH: fix bug #46047 (SimpleXML converts empty nodes into object with nested a...Rob Richards2008-09-112-3/+55
* MFH: fix bug #46003 (isset on nonexisting node return unexpected results)Rob Richards2008-09-102-1/+31
* MFH: fix bug #45553 (Using XPath for attributes with a namespace does not work)Rob Richards2008-09-102-1/+32
* MFH: Fix error_handling usage in various extensionsEtienne Kneuss2008-08-081-3/+3
* MFH: Move SXI::count to SXE::count and make it user-friendlyEtienne Kneuss2008-07-093-3/+80
* - Added arginfoFelipe Pena2008-06-271-3/+29
* - do not enable an ext when a lib/header failsPierre Joye2008-06-231-3/+5
* - Added XFAILFelipe Pena2008-06-231-0/+1
* When dumping entire document to file via asXml() don't lose the encodingIlia Alshanetsky2008-05-231-1/+1
* MFH: Fix #44484 (define SimpleXMLElement::__toString())Etienne Kneuss2008-05-032-0/+44
* MFH: fix bug #44478 (Inconsistent behaviour when assigning new nodes)Rob Richards2008-03-202-10/+27
* MFH: Dropped zend.ze1_compatibility_modeFelipe Pena2008-03-181-46/+1