mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-10-31 07:16:22 +07:00 
			
		
		
		
	Fix couchbase on PHP 7.2
This commit is contained in:
		| @ -32,6 +32,8 @@ add_couchbase() { | ||||
|   else | ||||
|     if [[ ${version:?} =~ 5.6|7.[0-1] ]]; then | ||||
|       pecl_install couchbase-2.6.2 >/dev/null 2>&1 | ||||
|     elif [[ ${version:?} =~ 7.2 ]]; then | ||||
|       pecl_install couchbase-3.0.4 >/dev/null 2>&1 | ||||
|     else | ||||
|       pecl_install couchbase >/dev/null 2>&1 | ||||
|     fi | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shivam Mathur
					Shivam Mathur