mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00

Apache 2.2 has been marked as EOL in December 2017 and doesn't receive security patches any longer. Also, most *nix distributions and packages mostly support 2.4 as minimum by now. On Windows, this removes the configure option --enable-apache2-2handler and merges the --enable-apache2handler and --enable-apache2-4handler into a single option with favoring the --enable-apache2handler. - The upstream MODULE_MAGIC_NUMBER is deprecated in favor of MODULE_MAGIC_NUMBER_MAJOR in apache2/ap_mmn.h - The initial upstream MODULE_MAGIC_NUMBER_MAJOR was 20111025 in Apache 2.4.0 - The upstream APLOG_USE_MODULE is always available since Apache 2.3.6 - The upstream CORE_PRIVATE is unnecessary and ignored since Apache 2.4.0 See: https://forum.apachehaus.com/news-general-discussion/apache-2-2-users-your-time-is-running-out/ Discussion: https://news-web.php.net/php.internals/124067
19 lines
831 B
C
19 lines
831 B
C
/*
|
|
DO NOT EDIT THIS FILE!
|
|
|
|
it has been automatically created by scripts/dev/credits from
|
|
the information found in the various ext/.../CREDITS and
|
|
sapi/.../CREDITS files
|
|
|
|
if you want to change an entry you have to edit the appropriate
|
|
CREDITS file instead
|
|
|
|
*/
|
|
|
|
CREDIT_LINE("Apache 2 Handler", "Ian Holsman, Justin Erenkrantz (based on Apache 2 Filter code)");
|
|
CREDIT_LINE("CGI / FastCGI", "Rasmus Lerdorf, Stig Bakken, Shane Caraveo, Dmitry Stogov");
|
|
CREDIT_LINE("CLI", "Edin Kadribasic, Marcus Boerger, Johannes Schlueter, Moriyoshi Koizumi, Xinchen Hui");
|
|
CREDIT_LINE("Embed", "Edin Kadribasic");
|
|
CREDIT_LINE("FastCGI Process Manager", "Andrei Nigmatulin, dreamcat4, Antony Dovgal, Jerome Loyet");
|
|
CREDIT_LINE("litespeed", "George Wang");
|
|
CREDIT_LINE("phpdbg", "Felipe Pena, Joe Watkins, Bob Weinand");
|