1 parent 637a006 commit 5514b0bCopy full SHA for 5514b0b
sapi/apache2handler/php_apache.h
@@ -1,6 +1,6 @@
1
/*
2
+----------------------------------------------------------------------+
3
- | PHP Version 5 |
+ | PHP Version 7 |
4
5
| Copyright (c) 1997-2014 The PHP Group |
6
@@ -29,7 +29,7 @@
29
#include "main/php_streams.h"
30
31
/* Declare this so we can get to it from outside the sapi_apache2.c file */
32
-extern module AP_MODULE_DECLARE_DATA php5_module;
+extern module AP_MODULE_DECLARE_DATA php7_module;
33
34
/* A way to specify the location of the php.ini dir in an apache directive */
35
extern char *apache2_php_ini_path_override;
0 commit comments