mirror of
https://github.com/php/php-src.git
synced 2024-12-01 05:43:38 +08:00
Prevent mod_ssl's ap_hook.h from being included.
This commit is contained in:
parent
7cefad61ed
commit
efddcd8313
@ -1,3 +1,4 @@
|
||||
w
|
||||
/*
|
||||
+----------------------------------------------------------------------+
|
||||
| PHP version 4.0 |
|
||||
@ -37,6 +38,8 @@
|
||||
#include "dl/phpdl.h"
|
||||
#endif
|
||||
|
||||
/* prevent mod_ssl.h's header file from being included. */
|
||||
#define AP_HOOK_H
|
||||
|
||||
#include "php.h"
|
||||
#include "php_globals.h"
|
||||
|
Loading…
Reference in New Issue
Block a user