summaryrefslogtreecommitdiff
path: root/ext/simplexml
Commit message (Expand)AuthorAgeFilesLines
* Improve class entry generationMáté Kocsis2021-02-161-3/+2
* Implicitly enable function entry generation when class entry generation is en...Máté Kocsis2021-02-092-5/+2
* Add support for generating class entries from stubsMáté Kocsis2021-01-263-10/+29
* Replace zend_bool uses with boolNikita Popov2021-01-151-14/+14
* Run tidyNikita Popov2020-09-183-3/+3
* Generate arginfosMáté Kocsis2020-09-161-4/+4
* Display string default values in stubs more uniformlyMáté Kocsis2020-09-161-3/+3
* Fix UNKNOWN default values in various extensionsMáté Kocsis2020-09-073-5/+5
* Promote warnings to exceptions in ext/simplexmlMáté Kocsis2020-08-258-47/+69
* Don't return temporary from SXE write_property handlerNikita Popov2020-08-252-24/+31
* Simplify change_node_zval implementationNikita Popov2020-08-251-25/+6
* Add a missing null check in simplexmlNikita Popov2020-08-132-0/+11
* Throw on uninitialized SimpleXMLElementNikita Popov2020-08-134-25/+78
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-091-0/+1
* Consolidate Parameter Names For ext/simplexmlBenjamin Eberlei2020-07-272-23/+23
* 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