From: Dmitry Stogov Date: Fri, 6 Feb 2015 11:02:15 +0000 (+0300) Subject: Re-enable PCRE JIT disabled by b436c714c6a23ead40434896bf8fcbb62ed0a764 X-Git-Tag: PRE_PHP7_REMOVALS~12^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da5439b9c80398570120c3c2b498e94f8752c019;p=php Re-enable PCRE JIT disabled by b436c714c6a23ead40434896bf8fcbb62ed0a764 --- 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 */