You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,19 @@ The toolset consists on a mix of the hand written scripts, selected MSYS2 parts
12
12
13
13
The PHP SDK 2.2+ is compatible with PHP 7.2 and above.
14
14
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.
16
16
17
17
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.
18
18
19
19
# Requirements
20
20
21
21
- 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.
23
27
- 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
0 commit comments