From 0e4ab8456a5a92644345d12107a2fdece2b4c5f4 Mon Sep 17 00:00:00 2001 From: jfha73 Date: Thu, 18 Sep 2014 13:21:09 -0400 Subject: [PATCH] Update and rename mod_php5.c to mod_php7.c Change of php5 for php7 --- sapi/apache2handler/{mod_php5.c => mod_php7.c} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename sapi/apache2handler/{mod_php5.c => mod_php7.c} (94%) diff --git a/sapi/apache2handler/mod_php5.c b/sapi/apache2handler/mod_php7.c similarity index 94% rename from sapi/apache2handler/mod_php5.c rename to 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 */ -- 2.40.0