mirror of
https://github.com/php/php-src.git
synced 2025-01-11 05:24:49 +08:00
Fake out the module name, since the filename is different now.
This commit is contained in:
parent
1834516f7a
commit
7963278bf4
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user