File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ Following configurations are build nightly.
14
14
- ` debug-pack ` , ` devel=pack ` for each configuration.
15
15
- ` test pack ` for the version.
16
16
17
- ### PHP 8.2.0-dev/master
17
+ ### PHP 8.3.0-dev/master
18
+ [ https://github.com/shivammathur/php-builder-windows/releases/tag/php8.3 ] ( https://github.com/shivammathur/php-builder-windows/releases/tag/php8.3 )
19
+
20
+ ### PHP 8.2.0-dev
18
21
[ https://github.com/shivammathur/php-builder-windows/releases/tag/php8.2 ] ( https://github.com/shivammathur/php-builder-windows/releases/tag/php8.2 )
19
22
20
23
### PHP 8.1.x-dev
@@ -32,7 +35,7 @@ To install a PHP snapshot, open an elevated PowerShell session and run these com
32
35
$php_dir = 'C:\tools\php' # Set this as per your setup
33
36
$arch = 'x64' # Set x64 or x86
34
37
$ts = $False # Set $False for nts or $True for ts
35
- $version = '8.1' # Set 8.0, 8.1 or 8.2
38
+ $version = '8.1' # Set 8.0, 8.1, 8.2, or 8.3
36
39
37
40
# Install
38
41
New-Item -Path $php_dir -Type Directory -Force
You can’t perform that action at this time.
0 commit comments