mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-11-04 17:06:37 +07:00 
			
		
		
		
	Fix setup for cached OCI extensions
This commit is contained in:
		@ -43,6 +43,8 @@ add_oci_helper() {
 | 
				
			|||||||
    patch_phpize
 | 
					    patch_phpize
 | 
				
			||||||
    add_extension_from_source "$ext" https://github.com php php-src "$(php_src_tag)" extension get
 | 
					    add_extension_from_source "$ext" https://github.com php php-src "$(php_src_tag)" extension get
 | 
				
			||||||
    restore_phpize
 | 
					    restore_phpize
 | 
				
			||||||
 | 
					  else
 | 
				
			||||||
 | 
					    enable_extension "$ext" extension
 | 
				
			||||||
  fi
 | 
					  fi
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user