mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: Download enchant dict from downloads.php.net
This commit is contained in:
2
.github/scripts/windows/test_task.bat
vendored
2
.github/scripts/windows/test_task.bat
vendored
@@ -101,7 +101,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
|
||||
|
||||
Reference in New Issue
Block a user