395 Commits (c58c93b9b2e68bead31bfbd0b4dfc8287aed651f)

Author SHA1 Message Date
Kalle Sommer Nielsen f7373da190 Fixed Windows build, declarations first ladies and gentlemen 17 years ago
Felipe Pena 8ecf8ede1f - Removed: 17 years ago
Marcus Boerger d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 17 years ago
David Coallier 0050c92c91 - MFB (Fixed Bug #46048: SimpleXML top-level @attributes not in iterator). 17 years ago
Sebastian Bergmann 7f4dc8702a Bump copyright year, 3 of 3. 17 years ago
Rob Richards 4defef2736 proper exports/imports for win32 17 years ago
Rob Richards 9761f623cf force export on win32 to workaround win32 conig issues 17 years ago
Rob Richards ebe5b582aa properly export functions 17 years ago
Pierre Joye 435de70481 - MFB: 17 years ago
Pierre Joye 41f0a56f8f - disable simplexml when libxml is not enabled 17 years ago
Etienne Kneuss 8251921307 Fix #46241 (stacked error_handlers, error_handling in general) 18 years ago
Felipe Pena 43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 18 years ago
Etienne Kneuss 6e2845f377 Fix #45976 (Move SXE from SPL to SimpleXML) 18 years ago
Felipe Pena e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 18 years ago
Felipe Pena 7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 18 years ago
Arnaud Le Blanc 51f7cc3925 initialize optional vars 18 years ago
Rob Richards a86b196463 fix bug #46323 (compilation of simplexml for NetWare breaks) 18 years ago
Alexey Zakhlestin 818f03d9cd MFB: propagated const, to avoid "discards qualifiers from pointer target type" errors 18 years ago
Zoe Slattery d39dae95f7 Committting tests for Olafur Waage 18 years ago
Rob Richards 5f50350ca9 fix bug #46047 (SimpleXML converts empty nodes into object with nested array) 18 years ago
Rob Richards da5e36b702 fix bug #46003 (isset on nonexisting node return unexpected results) 18 years ago
Rob Richards 9068c264be fix bug #45553 (Using XPath for attributes with a namespace does not work) 18 years ago
Etienne Kneuss b8aa44644d Fix error_handling usage in various extensions 18 years ago
Etienne Kneuss 6d0c676a59 Move SXI::count to SXE::count and make it user-friendly 18 years ago
Felipe Pena a9b4ed2118 - MFB: Added arginfo 18 years ago
Felipe Pena cdacf4487a - Added XFAIL 18 years ago
Steph Fox 4be7f4aecd - killed off UEXPECT 18 years ago
Felipe Pena 52c0057c63 - Removed UEXPECT(F) 18 years ago
Ilia Alshanetsky b55e780166 MFB:When dumping entire document to file via asXml() don't lose the encoding 18 years ago
Felipe Pena 69deb7bc42 - Fixed wrong fix 18 years ago
Felipe Pena 5840963846 - Fixed test 18 years ago
Etienne Kneuss d0577693da Fix #44484 (define SimpleXMLElement::__toString()) 18 years ago
Felipe Pena 3ed829f10e - Added some UEXPECTs 18 years ago
Rob Richards cfb250b84f fix bug #44478 (Inconsistent behaviour when assigning new nodes) 18 years ago
Rasmus Lerdorf 2a30239eb7 MFB 18 years ago
Rob Richards 96c4eba263 fix bug #42369 (Implicit conversion to string leaks memory) 18 years ago
Dmitry Stogov a2b707fcd7 Fixed bug #43918 (Segmentation fault in garbage collector) 18 years ago
Antony Dovgal bcd286cfa1 MFH: fix leak appearing when appending data to unnamed attribute 18 years ago
Marcus Boerger 2f1540e162 - Bugfix #37076 (SimpleXML ignores .=). (felipe, marcus) 18 years ago
Nuno Lopes 1dc0e94e0f MFB: remove unused PHP_EXTNAME_API macros. 18 years ago
Sebastian Bergmann 9b620d50b4 Bump copyright year, 2 of 2. 18 years ago
Antony Dovgal 9cb5054d80 fix folding, move protos to the top of the sources 19 years ago
Rob Richards 62d03825b2 fix bug #43221 (SimpleXML adding default namespace in addAttribute) 19 years ago
Yiduo (David) Wang 95da0dc570 Added macros for managing zval refcounts and is_ref statuses 19 years ago
Dmitry Stogov 8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 19 years ago
Rob Richards 6d0247ed7c fix bug #41833 (addChild() on a non-existent node, no node created, getName() segfaults) 19 years ago
Rob Richards 142356ba19 fix possible crash 19 years ago
Antony Dovgal a63e107188 add missing skipifs 19 years ago
Rob Richards 8c18516f5a MFB: fix bug #41947 (SimpleXML incorrectly registers empty strings as namespaces 19 years ago
Sara Golemon 2f4713a9a9 Fix behavior of empty($sxe->element) and empty($sxe['prop']) 19 years ago