#
60cae26b |
| 26-Jul-2022 |
Máté Kocsis |
Declare ext/xmlreader constants in stubs (#9133) |
#
a902622a |
| 25-May-2021 |
Máté Kocsis |
Declare tentative return types for ext/xmlreader Relates to GH-6995 |
#
1cb823c8 |
| 28-Feb-2021 |
Máté Kocsis |
Declare XMLReader properties Closes GH-6741 |
#
4c6533c2 |
| 17-Feb-2021 |
Máté Kocsis |
Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xsl, zip, Zend Closes GH-6706 |
#
1fba2207 |
| 07-Oct-2020 |
Nikita Popov |
Update ext/xsl parameter names Additionally normalize to using $namespace rather than $uri for namespace parameters, including in XMLReader and XMLWriter. I went with that one as it
Update ext/xsl parameter names 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.
show more ...
|
#
a7856c1b |
| 01-Oct-2020 |
Dik Takken |
Review parameter names in ext/xmlreader Closes GH-6255. |
#
faea5ab8 |
| 05-Oct-2020 |
Nikita Popov |
Throw from XmlReader::expand() if DOM extension missing Otherwise it is hard to uphold the arginfo contract for this function -- we cannot simply mirror the zpp call, as the class en
Throw from XmlReader::expand() if DOM extension missing 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.
show more ...
|
#
e7e30992 |
| 16-Sep-2020 |
Máté Kocsis |
Update xmlreader arginfo hash My git client (GitHub Desktop) decided to commit and push my staged changes, so arginfo generation was not done with the previous commit. |
#
7a48381e |
| 16-Sep-2020 |
Máté Kocsis |
XMLReader::getAttributeNs() can no longer return false |
#
f068fbcf |
| 19-Aug-2020 |
Máté Kocsis |
Promote warnings to exceptions in ext/xmlreader Closes GH-6021 |
#
c9b9f525 |
| 19-Jun-2020 |
Nikita Popov |
Include stub hash in generated arginfo files The hash is used to check whether the arginfo file needs to be regenerated. PHP-Parser will only be downloaded if this is actually necess
Include stub hash in generated arginfo files The hash is used to check whether the arginfo file needs to be regenerated. PHP-Parser will only be downloaded if this is actually necessary. This ensures that release artifacts will never try to regenerate stubs and thus fetch PHP-Parser, as long as you do not modify any files. Closes GH-5739.
show more ...
|
#
60412c37 |
| 03-May-2020 |
Máté Kocsis |
Fix UNKNOWN default values in ext/xml |
#
c5fb4f07 |
| 13-Apr-2020 |
Máté Kocsis |
Generate function entries from stubs for a couple of extensions Migrates ext/standard, ext/tidy, ext/tokenizer, ext/xml, ext/xml_reader, and ext/xml_writer. Closes GH-5381. |