summaryrefslogtreecommitdiff
path: root/ext/intl/converter/converter_arginfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Promote warnings to exceptions in ext/intlMáté Kocsis2020-09-071-1/+1
| | | | Closes GH-5972
* Add another round of missing parameter types to stubsMáté Kocsis2020-08-071-1/+1
| | | | Closes GH-5950
* 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.
* Generate method entries for ext/intlMáté Kocsis2020-04-141-0/+45
| | | | Closes GH-5370
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-4/+4
| | | | | | | 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>
* Add stubs for UConverterMáté Kocsis2020-02-281-0/+69
Closes GH-5218