summaryrefslogtreecommitdiff
path: root/ext/xsl/php_xsl.stub.php
Commit message (Collapse)AuthorAgeFilesLines
* 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-4/+7
| | | | | | | | | 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.
* Move custom type checks to ZPPMáté Kocsis2020-09-021-10/+4
| | | | Closes GH-6034
* Fix UNKNOWN default values in ext/xslMáté Kocsis2020-05-061-2/+2
|
* Generate method entries for ext/xslMáté Kocsis2020-04-121-0/+57
Closes GH-5372