diff options
| author | Dmitry Stogov <dmitry@zend.com> | 2015-02-06 14:02:15 +0300 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@zend.com> | 2015-02-06 14:02:15 +0300 |
| commit | da5439b9c80398570120c3c2b498e94f8752c019 (patch) | |
| tree | 1fac4c98df83ed68e7eda59ef7259b7d3c008357 | |
| parent | bde6f5dbb511baab5d23029da547981132d1d7aa (diff) | |
| download | php-git-da5439b9c80398570120c3c2b498e94f8752c019.tar.gz | |
Re-enable PCRE JIT disabled by b436c714c6a23ead40434896bf8fcbb62ed0a764
| -rw-r--r-- | ext/pcre/pcrelib/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pcre/pcrelib/config.h b/ext/pcre/pcrelib/config.h index 0fdfb438a1..91ce7dbe95 100644 --- a/ext/pcre/pcrelib/config.h +++ b/ext/pcre/pcrelib/config.h @@ -322,7 +322,7 @@ sure both macros are undefined; an emulation function will then be used. */ /* #undef STDC_HEADERS */ /* Define to any value to enable support for Just-In-Time compiling. */ -/* #undef SUPPORT_JIT */ +#define SUPPORT_JIT /* Define to any value to allow pcregrep to be linked with libbz2, so that it is able to handle .bz2 files. */ @@ -348,7 +348,7 @@ sure both macros are undefined; an emulation function will then be used. */ /* #undef SUPPORT_PCRE8 */ /* Define to any value to enable JIT support in pcregrep. */ -/* #undef SUPPORT_PCREGREP_JIT */ +#define SUPPORT_PCREGREP_JIT /* Define to any value to enable support for Unicode properties. */ /* #undef SUPPORT_UCP */ |
