We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff90d8e commit 1ed544dCopy full SHA for 1ed544d
sapi/apache2handler/php_apache.h
@@ -24,10 +24,16 @@
24
#include "httpd.h"
25
#include "http_config.h"
26
#include "http_core.h"
27
+#include "http_log.h"
28
29
#include "php.h"
30
#include "main/php_streams.h"
31
32
+/* Enable per-module logging in Apache 2.4+ */
33
+#ifdef APLOG_USE_MODULE
34
+APLOG_USE_MODULE(php7);
35
+#endif
36
+
37
/* Declare this so we can get to it from outside the sapi_apache2.c file */
38
extern module AP_MODULE_DECLARE_DATA php7_module;
39
0 commit comments