We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a356c3a commit c9b9d08Copy full SHA for c9b9d08
README.md
@@ -30,7 +30,7 @@ $ts = $False # Set $False for nts or $True for ts
30
$version = '8.1' # Set 8.0 or 8.1
31
32
# Install
33
-New-Item -Path C:\tools\php -Type Directory -Force
+New-Item -Path $php_dir -Type Directory -Force
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
. $php_dir\Get-PhpNightly.ps1 -Architecture $arch -ThreadSafe $ts -Path $php_dir -Version $version
36
0 commit comments