mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-11-04 08:56:36 +07:00 
			
		
		
		
	Fix phalcon.ps1
This commit is contained in:
		@ -14,8 +14,8 @@ $tick = ([char]8730)
 | 
			
		||||
$domain = 'https://github.com'
 | 
			
		||||
$php_dir = 'C:\tools\php'
 | 
			
		||||
$ext_dir = $php_dir + '\ext'
 | 
			
		||||
Install-Phpextension psr -MinimumStability stable -Path $php_dir
 | 
			
		||||
if($extension -eq "phalcon4") {
 | 
			
		||||
    Install-Phpextension psr -MinimumStability stable -Path $php_dir
 | 
			
		||||
    Install-Phpextension phalcon -MinimumStability stable -Path $php_dir
 | 
			
		||||
} else {
 | 
			
		||||
    $installed = Get-Php -Path $php_dir
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user