summaryrefslogtreecommitdiff
path: root/ext/libxml/libxml.stub.php
Commit message (Collapse)AuthorAgeFilesLines
* Generate class entries from stubs for ldap, libxml, mbstring and mysqliMáté Kocsis2021-02-161-0/+1
| | | | Closes GH-6684
* Implicitly enable function entry generation when class entry generation is ↵Máté Kocsis2021-02-091-5/+1
| | | | | | enabled Closes GH-6675
* Add support for generating class entries from stubsMáté Kocsis2021-01-261-1/+14
| | | | | | Closes GH-6289 Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>
* Deprecate libxml_disable_entity_loader()Dik Takken2020-08-031-0/+1
| | | | | | | | | | This method was used to protect code against XXE processing attacks. Since PHP now requires libxml >= 2.9.0 external entity loading no longer needs to be disabled to prevent these attacks. It is disabled by default. Also, the method has an unwanted side effect that causes a lot of confusion: Parsing XML data from resources like files is no longer possible. Closes GH-5867.
* Fix UNKNOWN default values in various extensionsMáté Kocsis2020-05-051-1/+1
| | | | Closes GH-5514
* Generate function entries for another batch of extensionsMáté Kocsis2020-04-051-0/+2
| | | | Closes GH-5352
* Add union return types with one classMáté Kocsis2019-11-181-2/+1
|
* Convert libxml arginfo to php stubsCraig Duncan2019-09-291-0/+17