change "php5" to "php6" everywhere

rename mod_php5.c to mod_php.c
This commit is contained in:
Antony Dovgal 2007-02-07 09:35:09 +00:00
parent cfd4e53858
commit 903ef1a071
7 changed files with 32 additions and 32 deletions

View file

@ -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;