mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02: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:
parent
789b0a83f0
commit
3f700e58ab
20 changed files with 76 additions and 76 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 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue