php-src/sapi/apache2handler
Peter Kokot b97a60c9a3
Autotools: Check Apache version with apxs and HTTPD_VERSION variable (#15476)
The apxs -q HTTPD_VERSION variable is available since Apache 2.4.17.
This change obsoletes the PHP_AP_EXTRACT_VERSION macro and checks the
version in the config.m4 file directly. Version is checked against the
dotted format instead of the version number.
2024-09-08 20:13:48 +02:00
..
apache_config.c Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
config.m4 Autotools: Check Apache version with apxs and HTTPD_VERSION variable (#15476) 2024-09-08 20:13:48 +02:00
config.w32 Remove support for EOL Apache 2.0 and 2.2 in favor of 2.4+ (#14664) 2024-07-08 00:07:55 +02:00
CREDITS Remove support for EOL Apache 2.0 and 2.2 in favor of 2.4+ (#14664) 2024-07-08 00:07:55 +02:00
mod_php.c Fix initializer warning in apache2handler 2021-09-16 16:52:38 +02:00
php_apache.h Remove support for EOL Apache 2.0 and 2.2 in favor of 2.4+ (#14664) 2024-07-08 00:07:55 +02:00
php_functions.c sapi/apache2handler: function using char * to const char *. (#14925) 2024-07-12 00:34:00 +01:00
php_functions.stub.php Enable class entry generation for sapi extensions 2021-02-14 12:03:48 +01:00
php_functions_arginfo.h Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
sapi_apache2.c sapi/apache: AP_MPMQ_MAX_THREADS is always available. (#14934) 2024-07-12 13:22:24 +01:00