diff options
Diffstat (limited to 'sapi/apache/php_apache_http.h')
-rw-r--r-- | sapi/apache/php_apache_http.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sapi/apache/php_apache_http.h b/sapi/apache/php_apache_http.h index 12788d304d..ed586372d7 100644 --- a/sapi/apache/php_apache_http.h +++ b/sapi/apache/php_apache_http.h @@ -1,8 +1,8 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2013 The PHP Group | + | Copyright (c) 1997-2014 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -67,4 +67,4 @@ #include "php_ini.h" #include "ext/standard/php_standard.h" -#include "mod_php5.h" +#include "mod_php7.h" |