From: Andrei Zmievski Date: Thu, 11 Jan 2007 23:18:11 +0000 (+0000) Subject: Fake out the module name, since the filename is different now. X-Git-Tag: RELEASE_1_0_0RC1~293 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7963278bf404ea0b881a409f635149499e77c207;p=php Fake out the module name, since the filename is different now. --- diff --git a/sapi/apache/mod_php.c b/sapi/apache/mod_php.c index 4f9c887d0e..921f44984f 100644 --- a/sapi/apache/mod_php.c +++ b/sapi/apache/mod_php.c @@ -963,7 +963,13 @@ command_rec php_commands[] = */ module MODULE_VAR_EXPORT php6_module = { - STANDARD_MODULE_STUFF, + MODULE_MAGIC_NUMBER_MAJOR, + MODULE_MAGIC_NUMBER_MINOR, + -1, + "mod_php6.c", + NULL, + NULL, + MODULE_MAGIC_COOKIE, php_init_handler, /* initializer */ php_create_dir, /* per-directory config creator */ php_merge_dir, /* dir merger */