]> granicus.if.org Git - php/commitdiff
explicitly set module name
authorAntony Dovgal <tony2001@php.net>
Wed, 7 Feb 2007 18:22:38 +0000 (18:22 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 7 Feb 2007 18:22:38 +0000 (18:22 +0000)
sapi/apache2handler/mod_php.c

index 2a8d73371a81c3fa0e6496c304c0fe36796ce77b..cdbbed427243ce9a0b30b8d05b6fd1bcdcdd2896 100644 (file)
 #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 */