Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
  Download enchant dict from downloads.php.net
This commit is contained in:
Christoph M. Becker 2024-10-17 00:55:20 +02:00
commit 5dba6aebaa
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -103,7 +103,7 @@ mkdir %~d0\usr\local\share\enchant\hunspell
if %errorlevel% neq 0 exit /b 3
echo Fetching enchant dicts
pushd %~d0\usr\local\share\enchant\hunspell
powershell -Command wget http://windows.php.net/downloads/qa/appveyor/ext/enchant/dict.zip -OutFile dict.zip
powershell -Command wget https://downloads.php.net/~windows/qa/appveyor/ext/enchant/dict.zip -OutFile dict.zip
unzip dict.zip
del /q dict.zip
popd