summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-07-18 12:08:31 +0200
committerAnatol Belski <ab@php.net>2017-07-18 12:08:31 +0200
commit0da10134f2d0eedbe5603844932fc8a60616d1a6 (patch)
treeeead6b36940d0f791043dd86083717df55a11730
parent649027b963cf0ba67ced1e29b9bb607aabdd5293 (diff)
downloadphp-git-0da10134f2d0eedbe5603844932fc8a60616d1a6.tar.gz
Exclude ext/ftp from AppVeyor test run
as the tests depend on fork() and otherwise an extra setup would be needed anyway.
-rw-r--r--appveyor/build_task.bat2
1 files changed, 1 insertions, 1 deletions
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 ^