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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user