From 3fe94e5b37a1ad8d52a79ae772d0c00018af9bdb Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Fri, 28 May 1999 20:54:52 +0000 Subject: -Modified PCRE library slightly to do what needs to be done -Updated preg_replace() code to handle stuff properly -Removed ability to specify external PCRE library source to link against (since our bundled version is patched now) --- ext/pcre/php_pcre.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/pcre/php_pcre.h') diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h index d4a8e12b30..99f7578ca9 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -34,11 +34,7 @@ #if HAVE_PCRE -#if HAVE_BUNDLED_PCRE #include "pcrelib/pcre.h" -#else -#include "pcre.h" -#endif extern void php_info_pcre(ZEND_MODULE_INFO_FUNC_ARGS); extern int php_minit_pcre(INIT_FUNC_ARGS); -- cgit v1.2.1