Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Declare XMLReader properties | Máté Kocsis | 2021-03-01 | 1 | -0/+28 |
| | | | | Closes GH-6741 | ||||
* | Generate class entries from stubs for com, standard, xmlreader, xmlwriter, ↵ | Máté Kocsis | 2021-02-22 | 1 | -1/+1 |
| | | | | | | xsl, zip, Zend Closes GH-6706 | ||||
* | Update ext/xsl parameter names | Nikita Popov | 2020-10-08 | 1 | -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/xmlreader | Dik Takken | 2020-10-06 | 1 | -6/+6 |
| | | | | Closes GH-6255. | ||||
* | Throw from XmlReader::expand() if DOM extension missing | Nikita Popov | 2020-10-05 | 1 | -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.php | Máté Kocsis | 2020-09-16 | 1 | -1/+1 |
| | |||||
* | XMLReader::getAttributeNs() can no longer return false | Máté Kocsis | 2020-09-16 | 1 | -1/+1 |
| | |||||
* | Promote warnings to exceptions in ext/xmlreader | Máté Kocsis | 2020-08-25 | 1 | -2/+2 |
| | | | | Closes GH-6021 | ||||
* | Fix UNKNOWN default values in ext/xml | Máté Kocsis | 2020-05-06 | 1 | -1/+1 |
| | |||||
* | Generate function entries from stubs for a couple of extensions | Máté Kocsis | 2020-04-14 | 1 | -0/+81 |
Migrates ext/standard, ext/tidy, ext/tokenizer, ext/xml, ext/xml_reader, and ext/xml_writer. Closes GH-5381. |