From: Anatol Belski Date: Sun, 28 May 2017 16:51:04 +0000 (+0200) Subject: enable ext/dba on AppVeyor X-Git-Tag: php-7.2.0alpha1~57^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9da0c5c0ded5b526342406db1408cc4a688bb7d9;p=php enable ext/dba on AppVeyor --- diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat index fc58929347..b2f029a145 100644 --- a/appveyor/build_task.bat +++ b/appveyor/build_task.bat @@ -27,7 +27,7 @@ if %errorlevel% neq 0 exit /b 3 if "%THREAD_SAFE%" equ "0" set ADD_CONF=--disable-zts -set EXT_EXCLUDE_FROM_TEST=snmp,oci8_12c,pdo_oci,pdo_odbc,odbc,pdo_firebird,interbase,ldap,imap,dba +set EXT_EXCLUDE_FROM_TEST=snmp,oci8_12c,pdo_oci,pdo_odbc,odbc,pdo_firebird,interbase,ldap,imap if "%OPCACHE%" equ "0" set EXT_EXCLUDE_FROM_TEST=%EXT_EXCLUDE_FROM_TEST%,opcache call configure.bat ^