Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 5 | -5/+5 |
| | |||||
* | Use get_gc instead of hacks of get_properties | Dmitry Stogov | 2012-12-05 | 1 | -7/+13 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 38 | -0/+0 |
|\ | |||||
| * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 38 | -0/+0 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-09 | 3 | -0/+0 |
|\ \ | |/ | |||||
| * | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 3 | -0/+0 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Rob Richards | 2012-08-09 | 1 | -0/+4 |
|\ \ | |/ | | | | | | | | | # By Daniel Veillard * PHP-5.3: Update to work with libxml 2.9.0 | ||||
| * | Update to work with libxml 2.9.0 | Daniel Veillard | 2012-08-09 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'pull-request/112' into PHP-5.4 | Stanislav Malyshev | 2012-07-07 | 2 | -5/+133 |
|\ \ | | | | | | | | | | | | | | | | | | | * pull-request/112: Added in NEWS and UPGRADING for feature 55218 Adding in test for feature 55218 Implements feature 55218 | ||||
| * | | Adding in test for feature 55218 | Lonny Kapelushnik | 2012-06-21 | 1 | -0/+117 |
| | | | |||||
| * | | Implements feature 55218 | Lonny Kapelushnik | 2012-06-21 | 1 | -5/+16 |
| | | | | | | | | | | | | | | | Allows you to recursively check namespaces under a child node instead of from the root of the XML doc | ||||
* | | | Fixed the common misspelling of the word occurred (occured -> occurred) | Marc Easen | 2012-06-30 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | David Soria Parra | 2012-03-20 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | | | * PHP-5.3: Replace $Revision$ with $Id$ in keyword expansion enable files Enable $Id$ expansion for files with the $Revision$ keyword Conflicts: ext/mysqlnd/mysqlnd.h | ||||
| * | 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 |
| | | |||||
* | | - 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 |
| | | |||||
* | | simplexml->query returns empty array if no nodes were found | Christian Stocker | 2011-08-31 | 2 | -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 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 |
| | | |||||
* | | - Added new parameter parsing option (p - for valid path (string without ↵ | Felipe Pena | 2011-06-06 | 1 | -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 hash | Andrew Curioso | 2011-05-18 | 3 | -7/+39 |
| | | |||||
* | | - 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) |