summaryrefslogtreecommitdiff
path: root/ext/xml/xml.c
Commit message (Expand)AuthorAgeFilesLines
* Mark resource-like objects as non-comparableNikita Popov2021-02-161-0/+1
* Rename XmlParser to XMLParser for consistency with XMLWriter/XMLReaderGeorge Peter Banyard2020-11-301-2/+2
* Fix XmlParser classname in stubsMáté Kocsis2020-10-091-1/+1
* Move custom type checks to ZPPMáté Kocsis2020-09-021-1/+2
* Promote warnings to exceptions in ext/gettext, ext/sysvmsg and ext/xmlMáté Kocsis2020-08-031-11/+8
* Implement named parametersNikita Popov2020-07-311-0/+1
* Remove no_separation flagNikita Popov2020-07-071-1/+0
* Disallow separation in a number of callbacksNikita Popov2020-07-071-2/+1
* Remove proto comments from C filesMax Semenik2020-07-061-44/+22
* Add flag to forbid dynamic property creation on internal classesNikita Popov2020-06-241-1/+1
* Add ZVAL_OBJ_COPY macroNikita Popov2020-06-171-2/+1
* Fix [-Wundef] warning in XML extensionGeorge Peter Banyard2020-05-201-1/+1
* Fix UNKNOWN default values in ext/xmlMáté Kocsis2020-05-061-1/+1
* Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-141-5/+1
* Generate function entries for another batch of extensionsMáté Kocsis2020-04-051-51/+1
* Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-1/+1
* Use RETURN_THROWS() in various placesMáté Kocsis2020-01-031-2/+2
* Use RETURN_THROWS() after try_convert_to_string()Máté Kocsis2020-01-031-1/+1
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-21/+21
* Fix bug #78563Mark2019-10-071-2/+6
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Don't explicitly set return value on ZPP failure in ext/xmlChristoph M. Becker2019-09-031-1/+1
* Add ext/xml stubsChristoph M. Becker2019-09-031-108/+2
* Merge branch 'PHP-7.4'Nikita Popov2019-06-051-1/+4
|\
| * Allow exceptions in __toString()Nikita Popov2019-06-051-1/+4
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-281-1/+2
|\ \ | |/
| * Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-1/+2
* | Fix get_gc signatureNikita Popov2019-04-081-3/+3
* | ext/xml: Use object instead of resourceNikita Popov2019-04-081-123/+108
|/
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Implement typed propertiesNikita Popov2019-01-111-5/+9
* Merge branch 'PHP-7.3'Christoph M. Becker2018-10-161-0/+6
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-10-161-0/+6
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-10-161-0/+6
| | |\
| | | * Add support for getting SKIP_TAGSTART and SKIP_WHITE optionsChristoph M. Becker2018-10-161-0/+6
| | | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-45/+45
| | * | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-43/+43
* | | | Merge branch 'PHP-7.3'Christoph M. Becker2018-10-091-1/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-10-091-1/+0
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-10-091-1/+0
| | |\ \ | | | |/
| | | * Fix #30875: xml_parse_into_struct() does not resolve entitiesChristoph M. Becker2018-10-091-1/+0
| | | * year++Xinchen Hui2018-01-021-1/+1
| | | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| | * | year++Xinchen Hui2018-01-021-1/+1
* | | | Remove PHP_XML_INTERNAL definesNikita Popov2018-09-171-1/+0
* | | | Remove IS_EXT_MODULE definesNikita Popov2018-09-161-2/+0
* | | | Make ext/xml API privateNikita Popov2018-09-161-65/+93
|/ / /
* | | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-7/+7