Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.5' into PHP-5.6 | Ferenc Kovacs | 2014-08-24 | 1 | -0/+19 |
|\ | | | | | | | | | * PHP-5.5: this test depends on the simplexml ext, not just on xml | ||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Ferenc Kovacs | 2014-08-24 | 1 | -0/+19 |
| |\ | | | | | | | | | | | | | * PHP-5.4: this test depends on the simplexml ext, not just on xml | ||||
| | * | this test depends on the simplexml ext, not just on xml | Ferenc Kovacs | 2014-08-24 | 1 | -0/+19 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Felipe Pena | 2014-05-10 | 1 | -3/+3 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.5: - Move checking | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Felipe Pena | 2014-05-10 | 1 | -3/+3 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.4: - Move checking | ||||
| | * | - Move checking | Felipe Pena | 2014-05-10 | 1 | -3/+3 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Felipe Pena | 2014-05-10 | 2 | -0/+11 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.5: - Fixed missing NULL check in SimpleXMLElement::xpath() | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Felipe Pena | 2014-05-10 | 2 | -0/+11 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.4: - Fixed missing NULL check in SimpleXMLElement::xpath() | ||||
| | * | - Fixed missing NULL check in SimpleXMLElement::xpath() | Felipe Pena | 2014-05-10 | 2 | -0/+11 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Felipe Pena | 2014-05-10 | 2 | -3/+15 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.5: - Fixed missing NULL check | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Felipe Pena | 2014-05-10 | 2 | -3/+15 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.4: - Fixed missing NULL check | ||||
| | * | - Fixed missing NULL check | Felipe Pena | 2014-05-10 | 2 | -3/+15 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-04-05 | 3 | -1/+86 |
|\ \ \ | |/ / | | | | | | | | | | | | | * PHP-5.5: updated NEWS Fixed bug #66084 simplexml_load_string() mangles empty node name | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-04-05 | 3 | -1/+86 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.4: Fixed bug #66084 simplexml_load_string() mangles empty node name | ||||
| | * | Fixed bug #66084 simplexml_load_string() mangles empty node name | Anatol Belski | 2014-04-05 | 3 | -1/+86 |
| | | | |||||
| | * | Bump year | Xinchen Hui | 2014-01-03 | 5 | -5/+5 |
| | | | |||||
| * | | Bump year | Xinchen Hui | 2014-01-03 | 5 | -5/+5 |
| | | | |||||
* | | | Bump year | Xinchen Hui | 2014-01-03 | 5 | -5/+5 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' | Christopher Jones | 2013-08-14 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | * PHP-5.5: Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. Conflicts: ext/gmp/gmp.c | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Christopher Jones | 2013-08-14 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | * PHP-5.4: Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. Conflicts: ext/dba/libinifile/inifile.c | ||||
| | * | Reduce (some) compile noise of 'unused variable' and 'may be used ↵ | Christopher Jones | 2013-08-14 | 1 | -1/+1 |
| | | | | | | | | | | | | uninitialized' warnings. | ||||
| | * | Happy New Year | Xinchen Hui | 2013-01-01 | 5 | -5/+5 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.5: Fix long-standing visual pain point: the misalignment of './configure help' text. Whitespace changes and a couple of grammar fixes. | ||||
| * | | Fix long-standing visual pain point: the misalignment of './configure help' ↵ | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes. | ||||
* | | | make simplexml headers available to the outta world | Anatol Belski | 2013-07-29 | 2 | -0/+2 |
|/ / | |||||
* | | Add support for non-scalar Iterator keys in foreach | Nikita Popov | 2013-03-12 | 1 | -17/+10 |
| | | | | | | | | RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys | ||||
* | | Fix get_property_ptr_ptr declaration in simplexml | Nikita Popov | 2013-03-09 | 1 | -1/+1 |
| | | | | | | | | | | A new parameter was added to the API and simplexml wasn't adjusted, thus causing crashes. | ||||
* | | 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) |