Skip to content

Commit 590c29f

Browse files
committed
Fixed ext-encoding not being downloaded on Windows build
1 parent 3c3c483 commit 590c29f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

windows-compile-vs.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ call :get-extension-zip-from-github "libdeflate" "%PHP_LIBDEFLATE_VER
237237
call :get-extension-zip-from-github "xxhash" "%PHP_XXHASH_VER%" "pmmp" "ext-xxhash" || exit 1
238238
call :get-extension-zip-from-github "xdebug" "%PHP_XDEBUG_VER%" "xdebug" "xdebug" || exit 1
239239
call :get-extension-zip-from-github "arraydebug" "%PHP_ARRAYDEBUG_VER%" "pmmp" "ext-arraydebug" || exit 1
240+
call :get-extension-zip-from-github "encoding" "%PHP_ENCODING_VER%" "pmmp" "ext-encoding" || exit 1
240241

241242
call :pm-echo " - crypto: downloading %PHP_CRYPTO_VER%..."
242243
git clone https://github.com/bukka/php-crypto.git crypto >>"%log_file%" 2>&1 || exit 1

0 commit comments

Comments
 (0)