Browse Source

Update and rename mod_php5.c to mod_php7.c

Change of php5 for php7
pull/810/head
jfha73 12 years ago
committed by Anatol Belski
parent
commit
0e4ab8456a
  1. 4
      sapi/apache2handler/mod_php7.c

4
sapi/apache2handler/mod_php5.c → sapi/apache2handler/mod_php7.c

@ -1,6 +1,6 @@
/*
+----------------------------------------------------------------------+
| PHP Version 5 |
| PHP Version 7 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2014 The PHP Group |
+----------------------------------------------------------------------+
@ -25,7 +25,7 @@
#include "php.h"
#include "php_apache.h"
AP_MODULE_DECLARE_DATA module php5_module = {
AP_MODULE_DECLARE_DATA module php7_module = {
STANDARD20_MODULE_STUFF,
create_php_config, /* create per-directory config structure */
merge_php_config, /* merge per-directory config structures */
Loading…
Cancel
Save