Closed musoftware closed 2 days ago
The version you are looking to install was approved on 23 March 2015. It uses Get-BinRoot
which is no longer a Chocolatey helper function.
This isn't a Chocolatey CLI issue, but a package one. Please contact the package maintainer if you need more information on this.
Checklist
What You Are Seeing?
Get-BinRoot : The term 'Get-BinRoot' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At C:\ProgramData\chocolatey\lib-bad\php\5.6.7\tools\chocolateyInstall.ps1:36 char:29
Join-Path : Cannot bind argument to parameter 'Path' because it is null. At C:\ProgramData\chocolatey\lib-bad\php\5.6.7\tools\chocolateyInstall.ps1:36 char:27
Install-ChocolateyZipPackage : The term 'Install-ChocolateyZipPackage' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At C:\ProgramData\chocolatey\lib-bad\php\5.6.7\tools\chocolateyInstall.ps1:37 char:1
What is Expected?
When I try to download old version like php 5, the install powershell script created with get-root not new difination and that make problem
and temp solution I need to edit file before write All
How Did You Get This To Happen?
choco install php --version=5.6.7
System Details
Installed Packages
Output Log
Additional Context
No response