File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ Following configurations are build nightly.
15
15
- ` test pack ` for the version.
16
16
17
17
### PHP 8.1.0-dev/master
18
- [ https://bintray .com/shivammathur/php/master- windows#files ] ( https://bintray .com/shivammathur/php/master- windows#files )
18
+ [ https://github .com/shivammathur/php-builder- windows/releases/tag/php8.1 ] ( https://github .com/shivammathur/php-builder- windows/releases/tag/php8.1 )
19
19
20
20
### PHP 8.0.0-dev
21
- [ https://bintray .com/shivammathur/php/8.0-windows#files ] ( https://bintray .com/shivammathur/php/8.0-windows#files )
21
+ [ https://github .com/shivammathur/php-builder-windows/releases/tag/php8.0 ] ( https://github .com/shivammathur/php-builder-windows/releases/tag/php8.0 )
22
22
23
23
## Install
24
24
@@ -31,7 +31,7 @@ $version = '8.1' # Set 8.0 or 8.1
31
31
32
32
# Install
33
33
New-Item -Path C:\tools\php -Type Directory -Force
34
- Invoke-WebRequest -UseBasicParsing -Uri https://github.com/shivammathur/php-extensions -windows/releases/latest/download/Get-PhpNightly.ps1 -OutFile $php_dir\Get-PhpNightly.ps1
34
+ Invoke-WebRequest -UseBasicParsing -Uri https://github.com/shivammathur/php-builder -windows/releases/latest/download/Get-PhpNightly.ps1 -OutFile $php_dir\Get-PhpNightly.ps1
35
35
. $php_dir\Get-PhpNightly.ps1 -Architecture $arch -ThreadSafe $ts -Path $php_dir -Version $version
36
36
37
37
# Test
You can’t perform that action at this time.
0 commit comments