Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve class entry generation | Máté Kocsis | 2021-02-16 | 1 | -2/+1 |
| | | | | Related to GH-6701 | ||||
* | Implicitly enable function entry generation when class entry generation is ↵ | Máté Kocsis | 2021-02-09 | 1 | -1/+1 |
| | | | | | | enabled Closes GH-6675 | ||||
* | Generate class entries from stubs for another batch of extensions | Máté Kocsis | 2021-02-08 | 1 | -1/+13 |
| | | | | Closes GH-6669 | ||||
* | Merge branch 'PHP-8.0' | Christoph M. Becker | 2021-01-03 | 1 | -3/+5 |
|\ | | | | | | | | | * PHP-8.0: Fix imap stubs | ||||
| * | Fix imap stubs | Christoph M. Becker | 2021-01-03 | 1 | -3/+5 |
| | | | | | | | | Closes GH-6559. | ||||
* | | Update hash for IMAP stubs after adding final qualifier | George Peter Banyard | 2020-12-23 | 1 | -1/+1 |
| | | |||||
* | | Convert IMAP resource to object | George Peter Banyard | 2020-12-22 | 1 | -37/+42 |
|/ | | | | Closes GH-6418 | ||||
* | Change parameters types from int to bool | Christoph M. Becker | 2020-10-12 | 1 | -2/+2 |
| | | | | | | | | | These are typical boolean parameters, so we shouldn't advertize them as integers. For the `$reverse` parameter that even fixes expectations, because the `reverse` member is a bitfield of 1 bit, so assigning any even integer would not set it. Closes GH-6328. | ||||
* | Change imap_mail_compose() $body param to $bodies | Christoph M. Becker | 2020-10-10 | 1 | -2/+2 |
| | | | | | | | This parameter actually expects an array of bodies, so we should name it accordingly. Closes GH-6313. | ||||
* | Update ext/imap parameter names | Nikita Popov | 2020-10-08 | 1 | -91/+81 |
| | | | | Closes GH-6299. | ||||
* | Add proper default values for optional arguments in IMAP | George Peter Banyard | 2020-09-22 | 1 | -14/+10 |
| | | | | Closes GH-6179 | ||||
* | Generate arginfos | Máté Kocsis | 2020-09-16 | 1 | -4/+4 |
| | |||||
* | Display types in stubs more uniformly | Máté Kocsis | 2020-09-16 | 1 | -1/+1 |
| | | | | | | In preparation for generating method signatures for the manual. This change gets rid of bogus false|null return types, a few unnecessary trailing backslashes, and settles on using ? when possible for nullable types. | ||||
* | Add a bunch of missing argument types to stubs | Máté Kocsis | 2020-08-03 | 1 | -1/+1 |
| | |||||
* | Include stub hash in generated arginfo files | Nikita Popov | 2020-06-24 | 1 | -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. | ||||
* | Store default parameter values of internal functions in arg info | Máté Kocsis | 2020-04-08 | 1 | -23/+23 |
| | | | | | | | 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 functions entries from stubs for another set of extensions | Máté Kocsis | 2020-04-05 | 1 | -0/+177 |
| | | | | Closes GH-5351 | ||||
* | Add stubs for aliases | Máté Kocsis | 2020-02-18 | 1 | -0/+16 |
| | | | | Closes GH-5187 | ||||
* | Add union return types with one class | Máté Kocsis | 2019-11-18 | 1 | -3/+3 |
| | |||||
* | Add union return types for function stubs | Máté Kocsis | 2019-11-11 | 1 | -26/+35 |
| | |||||
* | Added arginfo stubs for IMAP extension | Stephen Reay | 2019-09-22 | 1 | -0/+323 |