summaryrefslogtreecommitdiff
path: root/ext/xmlreader/php_xmlreader.stub.php
Commit message (Collapse)AuthorAgeFilesLines
* Declare XMLReader propertiesMáté Kocsis2021-03-011-0/+28
| | | | Closes GH-6741
* Generate class entries from stubs for com, standard, xmlreader, xmlwriter, ↵Máté Kocsis2021-02-221-1/+1
| | | | | | xsl, zip, Zend Closes GH-6706
* Update ext/xsl parameter namesNikita Popov2020-10-081-2/+2
| | | | | | | | | Additionally normalize to using $namespace rather than $uri for namespace parameters, including in XMLReader and XMLWriter. I went with that one as it is currently used by DOM, SimpleXML and XSL -- and our DOM parameter names follow the DOM specification. Closes GH-6295.
* Review parameter names in ext/xmlreaderDik Takken2020-10-061-6/+6
| | | | Closes GH-6255.
* Throw from XmlReader::expand() if DOM extension missingNikita Popov2020-10-051-1/+1
| | | | | | Otherwise it is hard to uphold the arginfo contract for this function -- we cannot simply mirror the zpp call, as the class entry it is based on does not exist.
* Update php_xmlreader.stub.phpMáté Kocsis2020-09-161-1/+1
|
* XMLReader::getAttributeNs() can no longer return falseMáté Kocsis2020-09-161-1/+1
|
* Promote warnings to exceptions in ext/xmlreaderMáté Kocsis2020-08-251-2/+2
| | | | Closes GH-6021
* 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-0/+81
Migrates ext/standard, ext/tidy, ext/tokenizer, ext/xml, ext/xml_reader, and ext/xml_writer. Closes GH-5381.