summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-12-16 22:59:47 +0100
committerAnatol Belski <ab@php.net>2016-12-17 00:13:16 +0100
commit53c4c38878af39ea3bc003781e98d0afdaf5fe1c (patch)
tree6ddbd25af1b508ffd308a94924e2684053e0f09c
parent576ed049c5e49fcbc933ef4b9d00f6754bf93deb (diff)
downloadphp-git-53c4c38878af39ea3bc003781e98d0afdaf5fe1c.tar.gz
turn mcrypt back on for Appveyor runs
(cherry picked from commit fca2312fbecbc8eb44639d5141bfeae48976206b)
-rw-r--r--appveyor/build_task.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat
index 3ededee697..52f049f744 100644
--- a/appveyor/build_task.bat
+++ b/appveyor/build_task.bat
@@ -33,6 +33,7 @@ if "%OPCACHE%" equ "0" set EXT_EXCLUDE_FROM_TEST=%EXT_EXCLUDE_FROM_TEST%,opcache
call configure.bat ^
--enable-snapshot-build ^
--enable-debug-pack ^
+ --with-mcrypt=shared ^
--enable-com-dotnet=shared ^
--without-analyzer ^
--enable-object-out-dir=%PHP_BUILD_OBJ_DIR% ^