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
{{ message }}
This repository was archived by the owner on Jan 31, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ These are not included with the PHP SDK, but might be useful. While Visual C++ i
50
50
51
51
# Usage
52
52
53
-
The PHP SDK should be unzipped into the shortest possible path, preferrably somewhere near the drive root.
53
+
The PHP SDK should be unzipped into the shortest possible path, preferably somewhere near the drive root.
54
54
55
55
Usually, the first step to start the PHP SDK is by invoking one of the suitable starter scripts. This automatically puts the console on the correct environment relevant for the desired PHP build configuration.
56
56
@@ -190,9 +190,9 @@ previously.
190
190
- When fetching the binary SDK from git, git `core.autocrlf` configuration directive set to `false` is recommended.
191
191
- Tools, based on MSYS2, only accept paths with forward slashes.
192
192
- Both Visual C++ toolset and the Windows SDK components have to be installed for the PHP SDK to work properly.
193
-
- The VC++ toolset is still requried, even if another compiler, fe. clang, is intended to be used.
193
+
- The VC++ toolset is still required, even if another compiler, fe. clang, is intended to be used.
194
194
-`task.exe` is not a console application, some systems might not propagate exit code except the batch is explicitly run from `cmd /c`, etc.
195
-
-`7za` should be prefered over `unzip` and `zip` for compatibility reasons.
196
-
- If you experince some strange crashes on MSYS2 tools, try the phpsdk_rebase_msys2 tool. MSYS2 tools might be have unstable
195
+
-`7za` should be preferred over `unzip` and `zip` for compatibility reasons.
196
+
- If you experience some strange crashes on MSYS2 tools, try the phpsdk_rebase_msys2 tool. MSYS2 tools might be have unstable
0 commit comments