summaryrefslogtreecommitdiff
path: root/ext/simplexml
Commit message (Collapse)AuthorAgeFilesLines
* 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-0/+2
| | | | | # original patch by wmeler at wp-sa dot pl
* Test from 2009 testfestZoe Slattery2009-08-261-0/+18
|
* Add missing SKIPIF sections to testsandy wharmby2009-08-038-14/+41
|
* Added comment to XFAILZoe Slattery2009-07-181-0/+2
|
* removing empty XFAIL sectionsZoe Slattery2009-07-181-1/+0
|
* Fix extension loading orderHannes Magnusson2009-06-101-0/+1
|
* - Dropped *_TEXT* macros in favor of unicode macros direct usageFelipe Pena2009-05-251-2/+2
|
* Fixed Windows build, declarations first ladies and gentlemenKalle Sommer Nielsen2009-03-301-6/+5
|
* - Removed:Felipe Pena2009-03-261-40/+23
| | | | | | | | | | | | - UG(unicode) checks - pcre_cache_entry.unicode_mode - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode - convert_to_text_ex -> convert_to_unicode_ex (Felipe, Steph)
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-105-5/+5
|
* - MFB (Fixed Bug #46048: SimpleXML top-level @attributes not in iterator).David Coallier2009-02-042-1/+25
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-315-5/+5
|
* proper exports/imports for win32Rob Richards2008-12-272-1/+10
|
* force export on win32 to workaround win32 conig issuesRob Richards2008-12-271-11/+1
|
* properly export functionsRob Richards2008-12-263-5/+17
|
* - MFB:Pierre Joye2008-12-261-12/+13
| | | | | | - remove the temp hack for libxml path (fixed now) - do not raise a warning if the extension was not enabled anyway
* - disable simplexml when libxml is not enabledPierre Joye2008-12-251-3/+8
|
* Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-0/+1
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-3/+0
|
* Fix #45976 (Move SXE from SPL to SimpleXML)Etienne Kneuss2008-11-0611-14/+682
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+3
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-3/+0
|
* initialize optional varsArnaud Le Blanc2008-10-211-2/+2
|
* fix bug #46323 (compilation of simplexml for NetWare breaks)Rob Richards2008-10-201-1/+1
|
* MFB: propagated const, to avoid "discards qualifiers from pointer target ↵Alexey Zakhlestin2008-10-161-2/+2
| | | | type" errors
* Committting tests for Olafur WaageZoe Slattery2008-10-022-0/+53
|
* fix bug #46047 (SimpleXML converts empty nodes into object with nested array)Rob Richards2008-09-112-7/+59
| | | | | add test
* fix bug #46003 (isset on nonexisting node return unexpected results)Rob Richards2008-09-102-1/+31
| | | | | add test
* fix bug #45553 (Using XPath for attributes with a namespace does not work)Rob Richards2008-09-102-1/+32
| | | | | add test
* Fix error_handling usage in various extensionsEtienne Kneuss2008-08-081-12/+12
|
* Move SXI::count to SXE::count and make it user-friendlyEtienne Kneuss2008-07-093-3/+80
|
* - MFB: Added arginfoFelipe Pena2008-06-271-3/+29
|
* - Added XFAILFelipe Pena2008-06-231-0/+1
|
* - killed off UEXPECTSteph Fox2008-05-271-1/+0
| | | | | | - com_dotnet gets a .cvsignore - Ulf will take care of mysql extensions, rest complete
* - Removed UEXPECT(F)Felipe Pena2008-05-2734-1135/+0
|
* MFB:When dumping entire document to file via asXml() don't lose the encodingIlia Alshanetsky2008-05-231-1/+1
|
* - Fixed wrong fixFelipe Pena2008-05-191-1/+2
|
* - Fixed testFelipe Pena2008-05-191-1/+2
|
* Fix #44484 (define SimpleXMLElement::__toString())Etienne Kneuss2008-05-032-0/+42
|
* - Added some UEXPECTsFelipe Pena2008-03-221-0/+6
| | | | | - Fixed some tests
* fix bug #44478 (Inconsistent behaviour when assigning new nodes)Rob Richards2008-03-202-10/+27
| | | | | add test
* MFBRasmus Lerdorf2008-02-281-0/+22
|
* fix bug #42369 (Implicit conversion to string leaks memory)Rob Richards2008-01-312-0/+30
| | | | | add test
* Fixed bug #43918 (Segmentation fault in garbage collector)Dmitry Stogov2008-01-291-0/+3
|
* MFH: fix leak appearing when appending data to unnamed attributeAntony Dovgal2008-01-232-7/+31
|
* - Bugfix #37076 (SimpleXML ignores .=). (felipe, marcus)Marcus Boerger2008-01-222-4/+20
|
* MFB: remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
| | | | | #in preparation for the gcc 4 visibility patch