mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
explicitly set module name
This commit is contained in:
parent
a4f5b662a3
commit
233ebb67e8
1 changed files with 8 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue