php-src/sapi/apache2handler
Nikita Popov c9b9f525a9 Include stub hash in generated arginfo files
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.
2020-06-24 09:55:19 +02:00
..
apache_config.c Fix MSVC level 1 (severe) warnings 2020-06-05 11:17:05 +02:00
config.m4 Merge branch 'PHP-7.4' 2019-07-07 12:10:59 +02:00
config.w32 Remove major version from apache module 2019-02-05 14:57:35 +01:00
CREDITS Credits update. 2003-03-04 00:10:11 +00:00
mod_php.c Fix MSVC level 1 (severe) warnings 2020-06-05 11:17:05 +02:00
php.sym Remove major version from apache module 2019-02-05 14:57:35 +01:00
php_apache.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_functions.c Fix MSVC level 1 (severe) warnings 2020-06-05 11:17:05 +02:00
php_functions.stub.php Add stubs for some SAPIs 2020-05-14 13:35:12 +02:00
php_functions_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
sapi_apache2.c Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00