1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

update php module name to php5, not php4.

apache, apache2* and cli/cgi work.
sapi module maintainers should fix up their sapis, as I don't run
any servers with php outside of apache.
This commit is contained in:
Sterling Hughes
2003-03-29 04:52:46 +00:00
parent 789b0a83f0
commit 3f700e58ab
20 changed files with 76 additions and 76 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 php4_module;
extern module AP_MODULE_DECLARE_DATA php5_module;
/* A way to specify the location of the php.ini dir in an apache directive */
extern char *apache2_php_ini_path_override;