From: Adam Harvey Date: Thu, 5 Mar 2015 00:27:36 +0000 (+0000) Subject: Explicitly depend opcache on pcre. X-Git-Tag: POST_PHP7_EREG_MYSQL_REMOVALS~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8b2012ab044b8f7a73066a5244ebc1302aac39f;p=php Explicitly depend opcache on pcre. --- diff --git a/ext/opcache/config.m4 b/ext/opcache/config.m4 index d75cb48cde..b10567b468 100644 --- a/ext/opcache/config.m4 +++ b/ext/opcache/config.m4 @@ -388,4 +388,5 @@ fi shared,,-DZEND_ENABLE_STATIC_TSRMLS_CACHE=1,,yes) PHP_ADD_BUILD_DIR([$ext_builddir/Optimizer], 1) + PHP_ADD_EXTENSION_DEP(opcache, pcre) fi