Pārlūkot izejas kodu

Upgrade PHP on Windows to 5.4.15

Pēteris Ņikiforovs 12 gadi atpakaļ
vecāks
revīzija
8289bfa877
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      installer.ps1

+ 2 - 2
installer.ps1

@@ -77,8 +77,8 @@ $env:Path += ";C:\Python27"; [Environment]::SetEnvironmentVariable("Path", $env:
 Write-Host "Installing PHP...`n"
 
 # Download PHP
-$php_installer_file = "php-5.4.14-nts-Win32-VC9-x86.zip"
-$php_installer_url = "http://windows.php.net/downloads/releases/archives/$php_installer_file"
+$php_installer_file = "php-5.4.15-nts-Win32-VC9-x86.zip"
+$php_installer_url = "http://windows.php.net/downloads/releases/$php_installer_file"
 $php_installer_local = "$workdir\$php_installer_file"
 (New-Object System.Net.WebClient).DownloadFile($php_installer_url, $php_installer_local)