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
@@ -25,12 +25,14 @@ Following configurations are build nightly.
25
25
26
26
## Install
27
27
28
+
To install a PHP snapshot, open an elevated PowerShell session and run these commands. You can change the configure variables as per your requirements.
29
+
28
30
```ps1
29
31
# Configure
30
32
$php_dir = 'C:\tools\php' # Set this as per your setup
31
33
$arch = 'x64' # Set x64 or x86
32
34
$ts = $False # Set $False for nts or $True for ts
33
-
$version = '8.1' # Set 8.0or 8.1
35
+
$version = '8.1' # Set 8.0, 8.1 or 8.2
34
36
35
37
# Install
36
38
New-Item -Path $php_dir -Type Directory -Force
@@ -48,6 +50,7 @@ Please see the [license file](LICENSE) for more information. This project has mu
0 commit comments