]> git.pld-linux.org Git - packages/php.git/blobdiff - dep-tests.sh
up to RC2
[packages/php.git] / dep-tests.sh
index 30e4ab358a5e1059329787d2ea4ecc832c1f5ef3..18ea66c08896491196fea4c4516eb55fe8dc7a2e 100755 (executable)
@@ -19,7 +19,7 @@ dep_pdo_dblib="$dep_pdo pdo"
 dep_pdo_mysql="$dep_pdo pdo $with_mysqlnd"
 dep_simplexml="$dep_spl spl"
 dep_imap="pcre"
-dep_phar="$dep_spl spl"
+dep_phar="$dep_spl spl hash"
 dep_sqlite="$dep_pdo pdo"
 dep_fileinfo="pcre"
 dep_wddx='xml'
@@ -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.039046 seconds and 4 git commands to generate.