]> granicus.if.org Git - php/commitdiff
Update php_apache.h
authorjfha73 <jfha73@gmail.com>
Thu, 18 Sep 2014 17:25:23 +0000 (13:25 -0400)
committerAnatol Belski <ab@php.net>
Thu, 18 Sep 2014 18:43:28 +0000 (20:43 +0200)
sapi/apache2handler/php_apache.h

index f1033c953970bf7c9dc6fa290c4d211e072291c9..f6f4f7a7c95dde659f33e49f16e42f3cbe76a21f 100644 (file)
@@ -1,6 +1,6 @@
 /*
    +----------------------------------------------------------------------+
-   | PHP Version 5                                                        |
+   | PHP Version 7                                                        |
    +----------------------------------------------------------------------+
    | Copyright (c) 1997-2014 The PHP Group                                |
    +----------------------------------------------------------------------+
@@ -29,7 +29,7 @@
 #include "main/php_streams.h"
 
 /* Declare this so we can get to it from outside the sapi_apache2.c file */
-extern module AP_MODULE_DECLARE_DATA php5_module;
+extern module AP_MODULE_DECLARE_DATA php7_module;
 
 /* A way to specify the location of the php.ini dir in an apache directive */
 extern char *apache2_php_ini_path_override;