mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-10-31 23:36:21 +07:00 
			
		
		
		
	Fix phpdbg version
This commit is contained in:
		| @ -29,7 +29,7 @@ if [ "$existing_version" != "$1" ]; then | ||||
| 		status="Installed PHP$version" | ||||
| 	fi | ||||
|  | ||||
| 	for tool in php phar phar.phar php-cgi php-config phpize; do | ||||
| 	for tool in php phar phar.phar php-cgi php-config phpize phpdbg; do | ||||
| 		if [ -e "/usr/bin/$tool$1" ]; then | ||||
| 			sudo update-alternatives --set $tool /usr/bin/"$tool$1" >/dev/null 2>&1 | ||||
| 		fi | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shivam Mathur
					Shivam Mathur