mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-07-16 12:00:34 +07:00
Fix php.ini permissions after extension setup
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user