mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Protect us from Apache 2.0's pcre-posix stuff
This commit is contained in:
parent
39387c7781
commit
00d1d1a347
@ -17,6 +17,9 @@
|
||||
#include "regex/regex_extra.h"
|
||||
#undef PHP_NO_ALIASES
|
||||
|
||||
#undef _PCREPOSIX_H
|
||||
#define _PCREPOSIX_H 1
|
||||
|
||||
#ifndef _REGEX_H
|
||||
#define _REGEX_H 1 /* this should stop Apache from loading the system version of regex.h */
|
||||
#endif
|
||||
|
@ -17,6 +17,9 @@
|
||||
#include "regex/regex_extra.h"
|
||||
#undef PHP_NO_ALIASES
|
||||
|
||||
#undef _PCREPOSIX_H
|
||||
#define _PCREPOSIX_H 1
|
||||
|
||||
#ifndef _REGEX_H
|
||||
#define _REGEX_H 1 /* this should stop Apache from loading the system version of regex.h */
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user