From: Antony Dovgal Date: Wed, 7 Feb 2007 18:22:38 +0000 (+0000) Subject: explicitly set module name X-Git-Tag: RELEASE_1_0_1~308 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=233ebb67e8c289085b26fee8948970b80533c1f7;p=php explicitly set module name --- diff --git a/sapi/apache2handler/mod_php.c b/sapi/apache2handler/mod_php.c index 2a8d73371a..cdbbed4272 100644 --- a/sapi/apache2handler/mod_php.c +++ b/sapi/apache2handler/mod_php.c @@ -26,7 +26,14 @@ #include "php_apache.h" AP_MODULE_DECLARE_DATA module php6_module = { - STANDARD20_MODULE_STUFF, + MODULE_MAGIC_NUMBER_MAJOR, + MODULE_MAGIC_NUMBER_MINOR, + -1, + "mod_php6.c", + NULL, + NULL, + MODULE_MAGIC_COOKIE, + NULL, create_php_config, /* create per-directory config structure */ merge_php_config, /* merge per-directory config structures */ NULL, /* create per-server config structure */