Remove major version from apache module

This commit is contained in:
Nikita Popov 2019-01-28 12:04:51 +01:00
parent 480fa42255
commit 6e3600f41b
12 changed files with 21 additions and 21 deletions

View file

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