summaryrefslogtreecommitdiff
path: root/ext/libxml/libxml_arginfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Generate class entries from stubs for ldap, libxml, mbstring and mysqliMáté Kocsis2021-02-161-1/+1
| | | | Closes GH-6684
* Improve class entry generationMáté Kocsis2021-02-161-2/+1
| | | | Related to GH-6701
* Implicitly enable function entry generation when class entry generation is ↵Máté Kocsis2021-02-091-1/+1
| | | | | | enabled Closes GH-6675
* Add support for generating class entries from stubsMáté Kocsis2021-01-261-1/+53
| | | | | | Closes GH-6289 Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>
* Deprecate libxml_disable_entity_loader()Dik Takken2020-08-031-2/+2
| | | | | | | | | | 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.
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
| | | | | | | | | | | | 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.
* Fix UNKNOWN default values in various extensionsMáté Kocsis2020-05-051-1/+1
| | | | Closes GH-5514
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-1/+1
| | | | | | | Closes GH-5353. From now on, PHP will have reflection information about default values of parameters of internal functions. Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>
* Generate function entries for another batch of extensionsMáté Kocsis2020-04-051-0/+21
| | | | Closes GH-5352
* Add union return types with one classMáté Kocsis2019-11-181-1/+1
|
* Convert libxml arginfo to php stubsCraig Duncan2019-09-291-0/+26