Fixed installation error for local php

This commit is contained in:
Alexey Berezhok
2026-01-15 23:20:18 +03:00
parent 8b2c076e2e
commit 5d461cc39b
2 changed files with 6 additions and 3 deletions

View File

@@ -130,10 +130,10 @@ echo
if [ "$LOCAL_PHP" == "yes" ]; then
for mod in $php_modules_install; do
enable_local_php_extension "$version" "$mod"
fn_enable_local_php_extension "$version" "$mod"
done
for mod in $php_modules_disable; do
disable_local_php_extension "$version" "$mod"
fn_disable_local_php_extension "$version" "$mod"
done
fi