From 53c4c38878af39ea3bc003781e98d0afdaf5fe1c Mon Sep 17 00:00:00 2001
From: Anatol Belski <ab@php.net>
Date: Fri, 16 Dec 2016 22:59:47 +0100
Subject: [PATCH] turn mcrypt back on for Appveyor runs

(cherry picked from commit fca2312fbecbc8eb44639d5141bfeae48976206b)
---
 appveyor/build_task.bat | 1 +
 1 file changed, 1 insertion(+)

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% ^
-- 
2.40.0