| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Generate class entries from stubs for ldap, libxml, mbstring and mysqli | Máté Kocsis | 2021-02-16 | 1 | -0/+1 |
| | | | | | Closes GH-6684 | ||||
| * | Implicitly enable function entry generation when class entry generation is ↵ | Máté Kocsis | 2021-02-09 | 1 | -5/+1 |
| | | | | | | | enabled Closes GH-6675 | ||||
| * | Add support for generating class entries from stubs | Máté Kocsis | 2021-01-26 | 1 | -1/+14 |
| | | | | | | | Closes GH-6289 Co-authored-by: Nikita Popov <nikita.ppv@gmail.com> | ||||
| * | Deprecate libxml_disable_entity_loader() | Dik Takken | 2020-08-03 | 1 | -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 extensions | Máté Kocsis | 2020-05-05 | 1 | -1/+1 |
| | | | | | Closes GH-5514 | ||||
| * | Generate function entries for another batch of extensions | Máté Kocsis | 2020-04-05 | 1 | -0/+2 |
| | | | | | Closes GH-5352 | ||||
| * | Add union return types with one class | Máté Kocsis | 2019-11-18 | 1 | -2/+1 |
| | | |||||
| * | Convert libxml arginfo to php stubs | Craig Duncan | 2019-09-29 | 1 | -0/+17 |
