mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove major version from apache module
This commit is contained in:
parent
480fa42255
commit
6e3600f41b
12 changed files with 21 additions and 21 deletions
|
@ -29,11 +29,11 @@
|
|||
|
||||
/* Enable per-module logging in Apache 2.4+ */
|
||||
#ifdef APLOG_USE_MODULE
|
||||
APLOG_USE_MODULE(php7);
|
||||
APLOG_USE_MODULE(php);
|
||||
#endif
|
||||
|
||||
/* Declare this so we can get to it from outside the sapi_apache2.c file */
|
||||
extern module AP_MODULE_DECLARE_DATA php7_module;
|
||||
extern module AP_MODULE_DECLARE_DATA php_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