summaryrefslogtreecommitdiff
path: root/ext/xml
Commit message (Expand)AuthorAgeFilesLines
* Use zend_string_equals() API instead of strcmp() in various placesGeorge Peter Banyard2021-03-171-1/+1
* Merge branch 'PHP-8.0'Nikita Popov2021-02-161-0/+1
|\
| * Mark resource-like objects as non-comparableNikita Popov2021-02-161-0/+1
* | Improve class entry generationMáté Kocsis2021-02-161-2/+1
* | 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-6/+19
* | Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* | Make convert_to_*_ex simple aliases of convert_to_*Nikita Popov2021-01-141-1/+1
|/
* Rename XmlParser to XMLParser for consistency with XMLWriter/XMLReaderGeorge Peter Banyard2020-11-306-41/+41
* Fix XmlParser classname in stubsMáté Kocsis2020-10-093-4/+4
* Update ext/xml parameter namesNikita Popov2020-10-082-31/+31
* Throw warning for failed object to int/float conversionNikita Popov2020-09-211-1/+1
* Run tidyNikita Popov2020-09-188-8/+8
* Generate arginfosMáté Kocsis2020-09-161-2/+2
* Display string default values in stubs more uniformlyMáté Kocsis2020-09-161-1/+1
* Move custom type checks to ZPPMáté Kocsis2020-09-023-5/+6
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-091-0/+1
* Promote warnings to exceptions in ext/gettext, ext/sysvmsg and ext/xmlMáté Kocsis2020-08-037-32/+42
* Add a bunch of missing argument types to stubsMáté Kocsis2020-08-032-1/+6
* 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
* Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-246-36/+0
* Add flag to forbid dynamic property creation on internal classesNikita Popov2020-06-241-1/+1
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Add ZVAL_OBJ_COPY macroNikita Popov2020-06-171-2/+1
* Fix [-Wundef] warning in XML extensionGeorge Peter Banyard2020-05-201-1/+1
* Trim trailing whitespaces and fix code styleRod Elias2020-05-121-1/+1
* Fix UNKNOWN default values in ext/xmlMáté Kocsis2020-05-063-7/+7
* Test xml_error_string() and xml_get_error_code()Symeon Charalabides2020-04-271-0/+38
* Tests for the default case of the parameter of xml_parser_get_option() and xm...Symeon Charalabides2020-04-222-0/+38
* Fix test after callback name changeNikita Popov2020-04-141-40/+20
* Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-143-5/+10
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-2/+2
* Generate function entries for another batch of extensionsMáté Kocsis2020-04-053-51/+54
* Verify that all stubs have a return typeNikita Popov2020-04-032-2/+2
* Reindent phpt filesNikita Popov2020-02-0319-379/+379
* Fix another batch of indentation in testsMáté Kocsis2020-02-021-7/+7
* Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-1/+1
* Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-163-3/+3
* 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
* Add union return types with one classMáté Kocsis2019-11-182-6/+4
* Clean DONE tags from testsFabien Villepinte2019-11-074-8/+0
* Fix bug #78563Mark2019-10-074-2/+56
* Convert some notices to warningsNikita Popov2019-10-021-13/+2
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-254-8/+0
* Add missing SKIPIF (xml)Fabien Villepinte2019-09-042-0/+4