Skip to content

Commit

Permalink
Merge branch 'php/8.1' into php/8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Nov 15, 2023
2 parents 39885cf + 590c29f commit 9c7ea42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows-compile-vs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c7ea42

Please sign in to comment.