summaryrefslogtreecommitdiff
path: root/ext/simplexml
Commit message (Expand)AuthorAgeFilesLines
* Remove proto comments from C filesMax Semenik2020-07-061-98/+49
* Add get_gc handle for object iteratorsNikita Popov2020-07-011-1/+2
* Make SimpleXMLElement a RecursiveIteratorNikita Popov2020-06-2410-294/+212
* Include stub hash in generated arginfo filesNikita Popov2020-06-242-2/+4
* Fix #63575: Root elements are not properly clonedChristoph M. Becker2020-06-173-7/+45
* Add ZVAL_OBJ_COPY macroNikita Popov2020-06-171-5/+4
* Fix warning of strict-prototypestwosee2020-06-072-2/+2
* Clean up calls to extension_loaded('json') in testsTyson Andre2020-05-281-1/+0
* Fix [-Wundef] warning in SimpleXML extensionGeorge Peter Banyard2020-05-201-1/+1
* Merge branch 'PHP-7.4'Christoph M. Becker2020-05-015-108/+7
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-05-015-108/+7
| |\
| | * Fix #79528: Different object of the same xml between 7.4.5 and 7.4.4Christoph M. Becker2020-05-015-108/+7
* | | Generate function entries from stubsMáté Kocsis2020-04-206-53/+85
* | | Fix nullable types in PHPDocMáté Kocsis2020-04-121-2/+2
* | | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-20/+20
* | | Improve undefined variable error messagesMáté Kocsis2020-03-311-1/+1
* | | Clarify SimpleXML comparison logicNikita Popov2020-03-311-7/+15
* | | Add a ZEND_UNCOMPARABLE valueNikita Popov2020-03-311-1/+1
* | | Improve error messages of various extensionsMáté Kocsis2020-03-232-4/+4
* | | Revert "Fetch for read in nested property assignments"Nikita Popov2020-03-182-7/+14
* | | Fetch for read in nested property assignmentsNikita Popov2020-03-182-14/+7
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-125-7/+108
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-125-7/+108
| |\ \ | | |/
| | * Fix #61597: SXE properties may lack attributes and contentChristoph M. Becker2020-03-125-7/+108
* | | Improve error message of foreachMáté Kocsis2020-03-092-2/+2
* | | Define Stringable with __toString():string methodNicolas Grekas2020-03-023-5/+5
* | | Remove the deprecated reflection export methodsMáté Kocsis2020-02-191-33/+0
* | | Make type error messages more consistentMáté Kocsis2020-02-171-2/+2
* | | Reindent phpt filesNikita Popov2020-02-0328-146/+146
* | | Fix indentation and whitespaces in testsMáté Kocsis2020-01-311-3/+3
* | | Use RETURN_THROWS() after zend_throw_exception() in most of the extensionsMáté Kocsis2020-01-021-4/+4
* | | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-312-23/+23
* | | Fix #78880: Spelling error reportChristoph M. Becker2019-12-212-2/+2
* | | Add union return types with one classMáté Kocsis2019-11-182-6/+4
* | | Clean DONE tags from testsFabien Villepinte2019-11-0769-143/+0
* | | zend_parse_parameters_throw() is obsoleteChristoph M. Becker2019-11-011-1/+1
* | | Comparison cleanup:Dmitry Stogov2019-10-071-1/+3
* | | Convert some notices to warningsNikita Popov2019-10-022-2/+2
* | | Merge branch 'PHP-7.4'Joe Watkins2019-10-023-11/+24
|\ \ \ | |/ /
| * | Fixed #75245 Don't set content of elements with only whitespacesErik Lundin2019-10-023-11/+24
| * | Deprecate Reflection export() methodsNikita Popov2019-07-221-0/+2
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-255-10/+0
* | | Just return on throwing ZPPChristoph M. Becker2019-09-251-1/+1
* | | Add missing zend_parse_parameters_none()Christoph M. Becker2019-09-251-0/+8
* | | Add SimpleXML arginfo stubsStephen Reay2019-09-256-93/+193
* | | Normalize SimpleXML::asXML() argument handlingNikita Popov2019-08-151-60/+48
* | | Merge branch 'PHP-7.4'Nikita Popov2019-07-101-15/+6
|\ \ \ | |/ /
| * | Fix iteration limits in SXE testNikita Popov2019-07-101-15/+6
* | | Add do...while(0) for RETURN_* and ZVAL_* APIstwosee2019-06-121-1/+1
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-061-11/+14
|\ \ \ | |/ /