diff options
author | Andrey Hristov <andrey@php.net> | 1999-05-28 20:54:52 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 1999-05-28 20:54:52 +0000 |
commit | 3fe94e5b37a1ad8d52a79ae772d0c00018af9bdb (patch) | |
tree | ee0c60f385407fb651316453eafb4c8231119ec3 /ext/pcre/php_pcre.h | |
parent | 62a9f2137ccefb16e1ec56287a7baea481bfd78b (diff) | |
download | php-git-3fe94e5b37a1ad8d52a79ae772d0c00018af9bdb.tar.gz |
-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)
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r-- | ext/pcre/php_pcre.h | 4 |
1 files changed, 0 insertions, 4 deletions
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); |