mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-23 04:11:06 +07:00
Fix php.ini permissions after extension setup
This commit is contained in:
parent
b44b7344e0
commit
f4f8aec1f2
@ -38,6 +38,7 @@ add_extension() {
|
|||||||
(update_ppa && eval "$install_command" && add_log "$tick" "$extension" "Installed and enabled") ||
|
(update_ppa && eval "$install_command" && add_log "$tick" "$extension" "Installed and enabled") ||
|
||||||
add_log "$cross" "$extension" "Could not install $extension on PHP $semver"
|
add_log "$cross" "$extension" "Could not install $extension on PHP $semver"
|
||||||
fi
|
fi
|
||||||
|
sudo chmod 777 "$ini_file"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Function to force install extensions using PECL
|
# Function to force install extensions using PECL
|
||||||
|
Loading…
Reference in New Issue
Block a user