We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3c483 commit 590c29fCopy full SHA for 590c29f
1 file changed
windows-compile-vs.bat
@@ -237,6 +237,7 @@ call :get-extension-zip-from-github "libdeflate" "%PHP_LIBDEFLATE_VER
237
call :get-extension-zip-from-github "xxhash" "%PHP_XXHASH_VER%" "pmmp" "ext-xxhash" || exit 1
238
call :get-extension-zip-from-github "xdebug" "%PHP_XDEBUG_VER%" "xdebug" "xdebug" || exit 1
239
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
241
242
call :pm-echo " - crypto: downloading %PHP_CRYPTO_VER%..."
243
git clone https://github.com/bukka/php-crypto.git crypto >>"%log_file%" 2>&1 || exit 1
0 commit comments