From: Anatol Belski Date: Tue, 18 Jul 2017 10:08:31 +0000 (+0200) Subject: Exclude ext/ftp from AppVeyor test run X-Git-Tag: php-7.1.8RC1~1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0da10134f2d0eedbe5603844932fc8a60616d1a6;p=php Exclude ext/ftp from AppVeyor test run as the tests depend on fork() and otherwise an extra setup would be needed anyway. --- diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat index 4136455ab0..632784931f 100644 --- a/appveyor/build_task.bat +++ b/appveyor/build_task.bat @@ -34,7 +34,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,dba,ftp if "%OPCACHE%" equ "0" set EXT_EXCLUDE_FROM_TEST=%EXT_EXCLUDE_FROM_TEST%,opcache cmd /c configure.bat ^