]> git.pld-linux.org Git - packages/php.git/commitdiff
dep-tests: opcache depends on pcre
authorElan Ruusamäe <glen@delfi.ee>
Thu, 27 Aug 2015 09:29:32 +0000 (12:29 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 27 Aug 2015 09:29:32 +0000 (12:29 +0300)
dep-tests.sh

index 30e4ab358a5e1059329787d2ea4ecc832c1f5ef3..e2a561f56765b9b27ecd94c64da94472c0005ef2 100755 (executable)
@@ -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)}
This page took 0.049291 seconds and 4 git commands to generate.