Add curl and ssh2 support for windows (#348)

* add curl and ssh2 support for windows

* add curl and ssh2 test for windows

* cs fix

* update README [skip ci]

* update README [skip ci]

* update README [skip ci]

* update README [skip ci]

* update README [skip ci]
This commit is contained in:
Jerry Ma
2024-02-22 14:37:10 +08:00
committed by GitHub
parent b0d8b00fcc
commit 3945ac037b
10 changed files with 244 additions and 32 deletions

View File

@@ -14,7 +14,7 @@ declare(strict_types=1);
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
$extensions = match (PHP_OS_FAMILY) {
'Linux', 'Darwin' => 'event,gettext',
'Windows' => 'mbstring',
'Windows' => 'mbstring,curl,ssh2',
};
// If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`).