summaryrefslogtreecommitdiff
path: root/ext/simplexml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2014-08-241-0/+19
|\ | | | | | | | | * PHP-5.5: this test depends on the simplexml ext, not just on xml
| * Merge branch 'PHP-5.4' into PHP-5.5Ferenc Kovacs2014-08-241-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 xmlFerenc Kovacs2014-08-241-0/+19
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Felipe Pena2014-05-101-3/+3
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: - Move checking
| * | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2014-05-101-3/+3
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: - Move checking
| | * - Move checkingFelipe Pena2014-05-101-3/+3
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Felipe Pena2014-05-102-0/+11
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: - Fixed missing NULL check in SimpleXMLElement::xpath()
| * | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2014-05-102-0/+11
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: - Fixed missing NULL check in SimpleXMLElement::xpath()
| | * - Fixed missing NULL check in SimpleXMLElement::xpath()Felipe Pena2014-05-102-0/+11
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Felipe Pena2014-05-102-3/+15
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: - Fixed missing NULL check
| * | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2014-05-102-3/+15
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: - Fixed missing NULL check
| | * - Fixed missing NULL checkFelipe Pena2014-05-102-3/+15
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-04-053-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.5Anatol Belski2014-04-053-1/+86
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: Fixed bug #66084 simplexml_load_string() mangles empty node name
| | * Fixed bug #66084 simplexml_load_string() mangles empty node nameAnatol Belski2014-04-053-1/+86
| | |
| | * Bump yearXinchen Hui2014-01-035-5/+5
| | |
| * | Bump yearXinchen Hui2014-01-035-5/+5
| | |
* | | Bump yearXinchen Hui2014-01-035-5/+5
| | |
* | | Merge branch 'PHP-5.5'Christopher Jones2013-08-141-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.5Christopher Jones2013-08-141-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 Jones2013-08-141-1/+1
| | | | | | | | | | | | uninitialized' warnings.
| | * Happy New YearXinchen Hui2013-01-015-5/+5
| | |
* | | Merge branch 'PHP-5.5'Christopher Jones2013-08-061-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 Jones2013-08-061-1/+1
| | | | | | | | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes.
* | | make simplexml headers available to the outta worldAnatol Belski2013-07-292-0/+2
|/ /
* | Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-17/+10
| | | | | | | | RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys
* | Fix get_property_ptr_ptr declaration in simplexmlNikita Popov2013-03-091-1/+1
| | | | | | | | | | A new parameter was added to the API and simplexml wasn't adjusted, thus causing crashes.
* | Happy New YearXinchen Hui2013-01-015-5/+5
|/
* Use get_gc instead of hacks of get_propertiesDmitry Stogov2012-12-051-7/+13
|
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-1038-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-1038-0/+0
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-093-0/+0
|\ \ | |/
| * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-093-0/+0
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Rob Richards2012-08-091-0/+4
|\ \ | |/ | | | | | | | | # By Daniel Veillard * PHP-5.3: Update to work with libxml 2.9.0
| * Update to work with libxml 2.9.0Daniel Veillard2012-08-091-0/+4
| |
* | Merge branch 'pull-request/112' into PHP-5.4Stanislav Malyshev2012-07-072-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 55218Lonny Kapelushnik2012-06-211-0/+117
| | |
| * | Implements feature 55218Lonny Kapelushnik2012-06-211-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 Easen2012-06-301-1/+1
|/ /
* | Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-03-201-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 filesDavid Soria Parra2012-03-201-1/+1
| |
| * - Year++Felipe Pena2012-01-015-5/+5
| |
| * - add skipif for domPierre Joye2011-09-071-1/+3
| |
| * - add skipifPierre Joye2011-09-062-0/+4
| |
| * Merge from TrunkChristian Stocker2011-09-012-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 Pena2011-08-061-1/+1
| |
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-2/+2
| |
| * - Added missing arginfos for void params and void param checksFelipe Pena2011-06-181-7/+40
| |
| * Fixed test 008Ilia Alshanetsky2011-06-071-2/+3
| |
| * - Fixed bug #53991 (SimpleXMLElement::__construct shows no params via ↵Felipe Pena2011-02-111-14/+53
| | | | | | | | ReflectionMethod)