]> granicus.if.org Git - php/commitdiff
Update and rename mod_php5.c to mod_php7.c
authorjfha73 <jfha73@gmail.com>
Thu, 18 Sep 2014 17:21:09 +0000 (13:21 -0400)
committerAnatol Belski <ab@php.net>
Thu, 18 Sep 2014 18:43:25 +0000 (20:43 +0200)
Change of php5 for php7

sapi/apache2handler/mod_php7.c [moved from sapi/apache2handler/mod_php5.c with 94% similarity]

similarity index 94%
rename from sapi/apache2handler/mod_php5.c
rename to sapi/apache2handler/mod_php7.c
index 4a01ebfd5fc894eb405f5d00a0001c5f86da88ca..ddc98e153c815a85ec13243f500c9fbff55e1269 100644 (file)
@@ -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 */