Skip to content

Commit b3fffba

Browse files
committed
Rework more, especially requirements
1 parent 58a7bdc commit b3fffba

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,19 @@ The toolset consists on a mix of the hand written scripts, selected MSYS2 parts
1212

1313
The PHP SDK 2.2+ is compatible with PHP 7.2 and above.
1414

15-
To build PHP 7.1 and below, the latest 2.1.x versions of the SDK have to be used.
15+
The PHP SDK 2.1 is required to build PHP 7.1 or 7.0.
1616

1717
The legacy binary tools SDK is available from the [legacy branch](https://github.com/Microsoft/php-sdk-binary-tools/tree/legacy) and is suitable to build PHP 5.
1818

1919
# Requirements
2020

2121
- A 64-bit build host
22-
- `Visual C++ 2015`, `Visual C++ 2017` or `Visual C++ 2019` must be installed prior SDK usage (be sure to install the C++ dev, .NET dev and the Windows SDK components)
22+
- Windows 7 or later
23+
- `Visual C++ 2017` or `Visual C++ 2019` must be installed prior SDK usage. Required components
24+
- C++ dev
25+
- .NET dev
26+
- Windows SDK.
2327
- if `Cygwin`, `MingW` or any other cross solution is installed, please read notes in the pitfalls section
24-
- The PHP SDK was successfully tested on Windows 7 or later, earlier versions might work but are not recommended
2528

2629
# Tools
2730

0 commit comments

Comments
 (0)