| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace $Revision$ with $Id$ in keyword expansion enable files | David Soria Parra | 2012-03-20 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 5 | -5/+5 |
| | | |||||
| * | - add skipif for dom | Pierre Joye | 2011-09-07 | 1 | -1/+3 |
| | | |||||
| * | - add skipif | Pierre Joye | 2011-09-06 | 2 | -0/+4 |
| | | |||||
| * | Merge from Trunk | Christian Stocker | 2011-09-01 | 2 | -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 Pena | 2011-08-06 | 1 | -1/+1 |
| | | |||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -2/+2 |
| | | |||||
| * | - Added missing arginfos for void params and void param checks | Felipe Pena | 2011-06-18 | 1 | -7/+40 |
| | | |||||
| * | Fixed test 008 | Ilia Alshanetsky | 2011-06-07 | 1 | -2/+3 |
| | | |||||
| * | - Fixed bug #53991 (SimpleXMLElement::__construct shows no params via ↵ | Felipe Pena | 2011-02-11 | 1 | -14/+53 |
| | | | | | ReflectionMethod) | ||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 5 | -5/+5 |
| | | |||||
| * | fix segfault when node is NULL | Antony Dovgal | 2010-12-27 | 1 | -1/+1 |
| | | |||||
| * | typo | Rob Richards | 2010-12-27 | 1 | -1/+1 |
| | | |||||
| * | fix crash with entity declarations | Rob Richards | 2010-12-27 | 1 | -14/+16 |
| | | |||||
| * | - revert fix for #52655, rev. 302614 | Pierre Joye | 2010-08-23 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #52655 (SimpleXMLIterator supports ArrayAccess without ↵ | Kalle Sommer Nielsen | 2010-08-21 | 1 | -1/+1 |
| | | | | | implementing the interface) | ||||
| * | Fixed a possible crash because of recursive GC invocation | Dmitry Stogov | 2010-05-17 | 1 | -0/+3 |
| | | |||||
| * | fix bug #48601 (xpath() returns FALSE for legitimate query) | Rob Richards | 2010-05-05 | 2 | -21/+39 |
| | | | | | add test | ||||
| * | - Improve test | Felipe Pena | 2010-04-20 | 1 | -0/+13 |
| | | |||||
| * | - Fixed bug #51615 (PHP crash with wrong HTML in SimpleXML) | Felipe Pena | 2010-04-20 | 2 | -3/+30 |
| | | |||||
| * | Fix assignment when SimpleXML is disabled on Windows | Kalle Sommer Nielsen | 2010-02-25 | 1 | -1/+1 |
| | | |||||
| * | Added parameter parsing check to SimpleXMLElement::count() | Kalle Sommer Nielsen | 2010-02-25 | 1 | -1/+5 |
| | | |||||
| * | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 5 | -5/+5 |
| | | |||||
| * | Fixed bug #49800 (SimpleXML allow (un)serialize() calls without warning). | Ilia Alshanetsky | 2009-10-07 | 1 | -1/+2 |
| | | | | | | # original patch by wmeler at wp-sa dot pl | ||||
| * | Test from 2009 testfest | Zoe Slattery | 2009-08-26 | 1 | -0/+18 |
| | | |||||
| * | fix broken test (spurious tab characters caused run-tests to spaz) | Gwynne Raskind | 2009-08-14 | 1 | -3/+3 |
| | | |||||
| * | - Remove duplicate section | Jani Taskinen | 2009-08-06 | 1 | -2/+0 |
| | | |||||
| * | Add missing SKIPIF sections to tests | andy wharmby | 2009-08-03 | 15 | -20/+67 |
| | | |||||
| * | Added comment to XFAIL | Zoe Slattery | 2009-07-18 | 1 | -0/+2 |
| | | |||||
| * | removing empty XFAIL sections | Zoe Slattery | 2009-07-18 | 1 | -1/+0 |
| | | |||||
| * | MFH: Mark spl as required and fix extension loading order | Hannes Magnusson | 2009-06-11 | 1 | -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 Coallier | 2009-02-03 | 2 | -1/+25 |
| | | | | | | - Added test for bug #46048 | ||||
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 5 | -5/+5 |
| | | |||||
| * | MFH: proper exports/imports for win32 | Rob Richards | 2008-12-27 | 2 | -1/+10 |
| | | |||||
| * | MFH: force export on win32 to workaround win32 conig issues | Rob Richards | 2008-12-27 | 1 | -11/+1 |
| | | |||||
| * | MFH: properly export functions | Rob Richards | 2008-12-26 | 3 | -5/+17 |
| | | |||||
| * | - remove the temp hack for libxml path (fixed now) | Pierre Joye | 2008-12-26 | 1 | -14/+13 |
| | | | | | | - do not raise a warning if the extension was not enabled anyway | ||||
| * | - add libxml cflag for shared and static | Pierre Joye | 2008-12-25 | 1 | -2/+4 |
| | | |||||
| * | - work around missing libxml include path (will be replaced by a ↵ | Pierre Joye | 2008-12-25 | 1 | -2/+2 |
| | | | | | PHP_SETUP_LIBXML macro) | ||||
| * | - MFH: disable simplexml when libxml is not enabled | Pierre Joye | 2008-12-25 | 1 | -1/+4 |
| | | |||||
| * | MFH: Fix #46241 (stacked error_handlers, error_handling in general) | Etienne Kneuss | 2008-11-19 | 1 | -0/+1 |
| | | |||||
| * | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -3/+0 |
| | | |||||
| * | MFH: Fix #45976 (Move SXE from SPL to SimpleXML) | Etienne Kneuss | 2008-11-06 | 11 | -10/+683 |
| | | |||||
| * | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+3 |
| | | |||||
| * | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -3/+0 |
| | | |||||
| * | MFH: initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -2/+2 |
| | | |||||
| * | MFH: fix bug #46323 (compilation of simplexml for NetWare breaks) | Rob Richards | 2008-10-20 | 1 | -1/+1 |
| | | |||||
| * | propagated const, to avoid "discards qualifiers from pointer target type" errors | Alexey Zakhlestin | 2008-10-16 | 1 | -2/+2 |
| | | |||||
| * | Committting tests for Olafur Waage | Zoe Slattery | 2008-10-02 | 2 | -0/+53 |
| | | |||||
| * | MFH: fix bug #46047 (SimpleXML converts empty nodes into object with nested ↵ | Rob Richards | 2008-09-11 | 2 | -3/+55 |
| | | | | | | | | array) add test | ||||
