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.
1414- ` debug-pack ` , ` devel=pack ` for each configuration.
1515- ` test pack ` for the version.
1616
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
1821[ https://github.com/shivammathur/php-builder-windows/releases/tag/php8.2 ] ( https://github.com/shivammathur/php-builder-windows/releases/tag/php8.2 )
1922
2023### PHP 8.1.x-dev
@@ -32,7 +35,7 @@ To install a PHP snapshot, open an elevated PowerShell session and run these com
3235$php_dir = 'C:\tools\php' # Set this as per your setup
3336$arch = 'x64' # Set x64 or x86
3437$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
3639
3740# Install
3841New-Item -Path $php_dir -Type Directory -Force
You can’t perform that action at this time.
0 commit comments