mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-26 15:34:09 +07:00
Make all extension variables local
This commit is contained in:
@ -62,7 +62,7 @@ add_pdo_extension() {
|
||||
|
||||
# Function to add extensions.
|
||||
add_extension() {
|
||||
extension=$1
|
||||
local extension=$1
|
||||
prefix=$2
|
||||
enable_extension "$extension" "$prefix"
|
||||
if check_extension "$extension"; then
|
||||
|
Reference in New Issue
Block a user