summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap_arginfo.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Generate class entries from stubs for another batch of extensionsMáté Kocsis2021-02-081-1/+13
| | | | Closes GH-6669
* Merge branch 'PHP-8.0'Christoph M. Becker2021-01-031-3/+5
|\ | | | | | | | | * PHP-8.0: Fix imap stubs
| * Fix imap stubsChristoph M. Becker2021-01-031-3/+5
| | | | | | | | Closes GH-6559.
* | Update hash for IMAP stubs after adding final qualifierGeorge Peter Banyard2020-12-231-1/+1
| |
* | Convert IMAP resource to objectGeorge Peter Banyard2020-12-221-37/+42
|/ | | | Closes GH-6418
* Change parameters types from int to boolChristoph M. Becker2020-10-121-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 $bodiesChristoph M. Becker2020-10-101-2/+2
| | | | | | | This parameter actually expects an array of bodies, so we should name it accordingly. Closes GH-6313.
* Update ext/imap parameter namesNikita Popov2020-10-081-91/+81
| | | | Closes GH-6299.
* Add proper default values for optional arguments in IMAPGeorge Peter Banyard2020-09-221-14/+10
| | | | Closes GH-6179
* Generate arginfosMáté Kocsis2020-09-161-4/+4
|
* Display types in stubs more uniformlyMáté Kocsis2020-09-161-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 stubsMáté Kocsis2020-08-031-1/+1
|
* 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.
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-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 extensionsMáté Kocsis2020-04-051-0/+177
| | | | Closes GH-5351
* Add stubs for aliasesMáté Kocsis2020-02-181-0/+16
| | | | Closes GH-5187
* Add union return types with one classMáté Kocsis2019-11-181-3/+3
|
* Add union return types for function stubsMáté Kocsis2019-11-111-26/+35
|
* Added arginfo stubs for IMAP extensionStephen Reay2019-09-221-0/+323