diff options
author | jfha73 <jfha73@gmail.com> | 2014-09-18 13:21:09 -0400 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-09-18 20:43:25 +0200 |
commit | 0e4ab8456a5a92644345d12107a2fdece2b4c5f4 (patch) | |
tree | 1de450c9d11c592e06ba24c33c8ac37470537a6f | |
parent | e5e94e0d2ef96eed35c7c7140a72f199d764e7cd (diff) | |
download | php-git-0e4ab8456a5a92644345d12107a2fdece2b4c5f4.tar.gz |
Update and rename mod_php5.c to mod_php7.c
Change of php5 for php7
-rw-r--r-- | sapi/apache2handler/mod_php7.c (renamed from sapi/apache2handler/mod_php5.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/apache2handler/mod_php5.c b/sapi/apache2handler/mod_php7.c index 4a01ebfd5f..ddc98e153c 100644 --- a/sapi/apache2handler/mod_php5.c +++ b/sapi/apache2handler/mod_php7.c @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2014 The PHP Group | +----------------------------------------------------------------------+ @@ -25,7 +25,7 @@ #include "php.h" #include "php_apache.h" -AP_MODULE_DECLARE_DATA module php5_module = { +AP_MODULE_DECLARE_DATA module php7_module = { STANDARD20_MODULE_STUFF, create_php_config, /* create per-directory config structure */ merge_php_config, /* merge per-directory config structures */ |