From fc20809230c764e94adad0e5ea21b52d81e9ad10 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 27 Aug 2015 12:29:32 +0300 Subject: [PATCH] dep-tests: opcache depends on pcre --- dep-tests.sh | 1 + 1 file changed, 1 insertion(+) 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)} -- 2.44.0