Protect us from Apache 2.0's pcre-posix stuff

This commit is contained in:
Sascha Schumann 2000-10-26 18:15:56 +00:00
parent 39387c7781
commit 00d1d1a347
2 changed files with 6 additions and 0 deletions

View File

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

View File

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