summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/php_functions_arginfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Improve class entry generationMáté Kocsis2021-02-161-1/+0
| | | | Related to GH-6701
* Enable class entry generation for sapi extensionsMáté Kocsis2021-02-141-1/+2
|
* Fix UNKNOWN default value of apache_note()Máté Kocsis2020-09-191-2/+2
| | | | Closes GH-6167
* 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.
* Add stubs for some SAPIsMáté Kocsis2020-05-141-0/+26
| | | | | For apache2handler, fpm, litespeed, phpdbg, specifically. Partially implements GH-5295
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-2/+2
| | | | | | | 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>
* Convert apache2handler arginfo to php stubsCraig Duncan2019-11-181-0/+37