From: Elan Ruusamäe Date: Wed, 7 Aug 2019 20:59:02 +0000 (+0300) Subject: dep-tests.sh: adjust for static spl, pcre, hash extensions X-Git-Tag: auto/th/php74-7.4.0-1.beta2.1~9 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=77ab4842119965b7dc6804e7be6b1a5521d947a5;hp=f320f3d7873247a823615e9b8b1d3803a05ba650;p=packages%2Fphp.git dep-tests.sh: adjust for static spl, pcre, hash extensions --- diff --git a/dep-tests.sh b/dep-tests.sh index 508f559..062c2f8 100755 --- a/dep-tests.sh +++ b/dep-tests.sh @@ -3,14 +3,13 @@ with_mysqlnd=mysqlnd -dep_spl="pcre simplexml" -dep_session="spl $dep_spl" -dep_filter='pcre' +dep_session="" +dep_filter='' dep_eaccelerator='session' -dep_mysqlnd='hash' +dep_mysqlnd='' dep_mysql="$dep_mysqlnd $with_mysqlnd" -dep_mysqli="$dep_spl spl $dep_mysqlnd $with_mysqlnd" -dep_pdo="$dep_spl spl" +dep_mysqli="$dep_mysqlnd $with_mysqlnd" +dep_pdo="" dep_pdo_sqlite="$dep_pdo pdo" dep_pdo_pgsql="$dep_pdo pdo" dep_pdo_oci="$dep_pdo pdo" @@ -18,17 +17,17 @@ dep_pdo_odbc="$dep_pdo pdo" dep_pdo_firebird="$dep_pdo pdo" dep_pdo_dblib="$dep_pdo pdo" dep_pdo_mysql="$dep_pdo pdo $dep_mysqlnd $with_mysqlnd" -dep_simplexml="$dep_spl spl" -dep_imap="pcre" -dep_phar="$dep_spl spl hash" +dep_simplexml="" +dep_imap="" +dep_phar="" dep_sqlite="$dep_pdo pdo" -dep_fileinfo="pcre" +dep_fileinfo="" dep_wddx='xml' dep_xmlreader='dom' dep_xmlrpc='xml' dep_xsl='dom' -dep_snmp="$dep_spl spl snmp" -dep_opcache='pcre' +dep_snmp="snmp" +dep_opcache='' php=${PHP:-$(php-config --php-binary)} ext_dir=${EXTENSION_DIR:-$(php-config --extension-dir)}