summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorjfha73 <jfha73@gmail.com>2014-09-18 13:25:23 -0400
committerAnatol Belski <ab@php.net>2014-09-18 20:43:28 +0200
commit5514b0b1ad1f68a8c2bd75f4ea3424d4a38df508 (patch)
treef8a16bceb22a34b7d91ee4a9fb9b7e3cc1162ea6 /sapi
parent637a0069aa712ebce3add88e9cedd81b03fc80d8 (diff)
downloadphp-git-5514b0b1ad1f68a8c2bd75f4ea3424d4a38df508.tar.gz
Update php_apache.h
Diffstat (limited to 'sapi')
-rw-r--r--sapi/apache2handler/php_apache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/apache2handler/php_apache.h b/sapi/apache2handler/php_apache.h
index f1033c9539..f6f4f7a7c9 100644
--- a/sapi/apache2handler/php_apache.h
+++ b/sapi/apache2handler/php_apache.h
@@ -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;