mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Prevent mod_ssl's ap_hook.h from being included.
This commit is contained in:
parent
7cefad61ed
commit
efddcd8313
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue