diff options
| author | Andrey Hristov <andrey@php.net> | 1999-09-14 19:24:37 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 1999-09-14 19:24:37 +0000 |
| commit | 870a6679ff21e52753e47614b85d300c2f55b211 (patch) | |
| tree | bd21962430d1328d82a586fc3bc3cd97a9944733 /ext/pcre/config.h.stub | |
| parent | 61a3c147c3e8a8db79219a5c225db6bca30220a5 (diff) | |
| download | php-git-870a6679ff21e52753e47614b85d300c2f55b211.tar.gz | |
- Updated bundled PCRE library to version 2.08
- Made it possible to specify external location of the PCRE library
- Reworked PCRE extension to use updated PCRE library API
Hopefully now everything behaves just like Perl..
Diffstat (limited to 'ext/pcre/config.h.stub')
| -rw-r--r-- | ext/pcre/config.h.stub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pcre/config.h.stub b/ext/pcre/config.h.stub index baeac73b75..149f740cc1 100644 --- a/ext/pcre/config.h.stub +++ b/ext/pcre/config.h.stub @@ -1,3 +1,4 @@ /* define if you want to use the PCRE extension */ #define HAVE_PCRE 0 +#define HAVE_BUNDLED_PCRE 0 |
