Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implicitly enable function entry generation when class entry generation is ↵ | Máté Kocsis | 2021-02-09 | 1 | -4/+1 |
| | | | | | | enabled Closes GH-6675 | ||||
* | Generate class entries from stubs for another batch of extensions | Máté Kocsis | 2021-02-08 | 1 | -2/+6 |
| | | | | Closes GH-6669 | ||||
* | Merge branch 'PHP-8.0' | Christoph M. Becker | 2021-01-03 | 1 | -2/+2 |
|\ | | | | | | | | | * PHP-8.0: Fix imap stubs | ||||
| * | Fix imap stubs | Christoph M. Becker | 2021-01-03 | 1 | -2/+2 |
| | | | | | | | | Closes GH-6559. | ||||
* | | IMAP: Declare `IMAPConnection` class as `final` (stub+test) | Ayesh Karunaratne | 2020-12-23 | 1 | -1/+1 |
| | | | | | | | | Updates the `IMAPConnection` class stub to make sure it has the `final` flag, and adds a test to verify it. | ||||
* | | Convert IMAP resource to object | George Peter Banyard | 2020-12-22 | 1 | -122/+58 |
|/ | | | | Closes GH-6418 | ||||
* | Change parameters types from int to bool | Christoph M. Becker | 2020-10-12 | 1 | -1/+1 |
| | | | | | | | | | 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 | -1/+1 |
| | | | | | | | 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 | -123/+122 |
| | | | | Closes GH-6299. | ||||
* | Add proper default values for optional arguments in IMAP | George Peter Banyard | 2020-09-22 | 1 | -11/+5 |
| | | | | Closes GH-6179 | ||||
* | Display string default values in stubs more uniformly | Máté Kocsis | 2020-09-16 | 1 | -3/+3 |
| | | | | Settling on using quoted string | ||||
* | Display types in stubs more uniformly | Máté Kocsis | 2020-09-16 | 1 | -6/+6 |
| | | | | | | 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 | -2/+5 |
| | |||||
* | Generate functions entries from stubs for another set of extensions | Máté Kocsis | 2020-04-05 | 1 | -0/+2 |
| | | | | Closes GH-5351 | ||||
* | Annotate function aliases in stubs | Máté Kocsis | 2020-04-04 | 1 | -7/+29 |
| | |||||
* | Add stubs for aliases | Máté Kocsis | 2020-02-18 | 1 | -43/+37 |
| | | | | Closes GH-5187 | ||||
* | Fix #78880: Another bunch of spelling errors | Máté Kocsis | 2020-01-16 | 1 | -1/+1 |
| | |||||
* | Add union return types with one class | Máté Kocsis | 2019-11-18 | 1 | -15/+6 |
| | |||||
* | Add union return types for function stubs | Máté Kocsis | 2019-11-11 | 1 | -166/+56 |
| | |||||
* | Added arginfo stubs for IMAP extension | Stephen Reay | 2019-09-22 | 1 | -0/+359 |