From: Elan Ruusamäe Date: Thu, 27 Aug 2015 09:29:32 +0000 (+0300) Subject: dep-tests: opcache depends on pcre X-Git-Tag: auto/th/php70-7.0.0-1.RC3~3^2~12 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=fc20809230c764e94adad0e5ea21b52d81e9ad10;p=packages%2Fphp.git dep-tests: opcache depends on pcre --- diff --git a/dep-tests.sh b/dep-tests.sh index 30e4ab3..e2a561f 100755 --- a/dep-tests.sh +++ b/dep-tests.sh @@ -27,6 +27,7 @@ dep_xmlreader='dom' dep_xmlrpc='xml' dep_xsl='dom' dep_snmp="$dep_spl spl snmp" +dep_opcache='pcre' php=${PHP:-$(php-config --php-binary)} ext_dir=${EXTENSION_DIR:-$(php-config --extension-dir)}