From 590c29fa3a571db50130ab90ec7435225c664bb1 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 15 Nov 2023 17:17:40 +0000 Subject: [PATCH] Fixed ext-encoding not being downloaded on Windows build --- windows-compile-vs.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/windows-compile-vs.bat b/windows-compile-vs.bat index 37cdbdc9..fb9db64b 100644 --- a/windows-compile-vs.bat +++ b/windows-compile-vs.bat @@ -237,6 +237,7 @@ call :get-extension-zip-from-github "libdeflate" "%PHP_LIBDEFLATE_VER call :get-extension-zip-from-github "xxhash" "%PHP_XXHASH_VER%" "pmmp" "ext-xxhash" || exit 1 call :get-extension-zip-from-github "xdebug" "%PHP_XDEBUG_VER%" "xdebug" "xdebug" || exit 1 call :get-extension-zip-from-github "arraydebug" "%PHP_ARRAYDEBUG_VER%" "pmmp" "ext-arraydebug" || exit 1 +call :get-extension-zip-from-github "encoding" "%PHP_ENCODING_VER%" "pmmp" "ext-encoding" || exit 1 call :pm-echo " - crypto: downloading %PHP_CRYPTO_VER%..." git clone https://github.com/bukka/php-crypto.git crypto >>"%log_file%" 2>&1 || exit 1