]> granicus.if.org Git - php/commitdiff
Re-enable PCRE JIT disabled by b436c714c6a23ead40434896bf8fcbb62ed0a764
authorDmitry Stogov <dmitry@zend.com>
Fri, 6 Feb 2015 11:02:15 +0000 (14:02 +0300)
committerDmitry Stogov <dmitry@zend.com>
Fri, 6 Feb 2015 11:02:15 +0000 (14:02 +0300)
ext/pcre/pcrelib/config.h

index 0fdfb438a196f344a1ae7d0d8aa6f1f000ed9c46..91ce7dbe95ca0d6d660252baf36cb46f2a0c655d 100644 (file)
@@ -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 */