mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
change "php5" to "php6" everywhere
rename mod_php5.c to mod_php.c
This commit is contained in:
parent
cfd4e53858
commit
903ef1a071
7 changed files with 32 additions and 32 deletions
|
@ -26,7 +26,7 @@
|
|||
#include "http_core.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 php6_module;
|
||||
|
||||
/* A way to specify the location of the php.ini dir in an apache directive */
|
||||
extern char *apache2_php_ini_path_override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue