Skip to content

Commit 5514b0b

Browse files
jfha73weltling
authored andcommitted
Update php_apache.h
1 parent 637a006 commit 5514b0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎sapi/apache2handler/php_apache.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
+----------------------------------------------------------------------+
3-
| PHP Version 5 |
3+
| PHP Version 7 |
44
+----------------------------------------------------------------------+
55
| Copyright (c) 1997-2014 The PHP Group |
66
+----------------------------------------------------------------------+
@@ -29,7 +29,7 @@
2929
#include "main/php_streams.h"
3030

3131
/* Declare this so we can get to it from outside the sapi_apache2.c file */
32-
extern module AP_MODULE_DECLARE_DATA php5_module;
32+
extern module AP_MODULE_DECLARE_DATA php7_module;
3333

3434
/* A way to specify the location of the php.ini dir in an apache directive */
3535
extern char *apache2_php_ini_path_override;

0 commit comments

Comments
 (0)