]> granicus.if.org Git - php/commitdiff
Fake out the module name, since the filename is different now.
authorAndrei Zmievski <andrei@php.net>
Thu, 11 Jan 2007 23:18:11 +0000 (23:18 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 11 Jan 2007 23:18:11 +0000 (23:18 +0000)
sapi/apache/mod_php.c

index 4f9c887d0e86eeeb36f16f22db80c465ba018965..921f44984f07b2043dea6766bc9125a6ea1ba2b9 100644 (file)
@@ -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 */