diff --git a/bin/v-add-web-php b/bin/v-add-web-php index bf8bef5..c30c1f2 100755 --- a/bin/v-add-web-php +++ b/bin/v-add-web-php @@ -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 diff --git a/src/rpm/hestia/hestia.spec b/src/rpm/hestia/hestia.spec index fa42961..d2dd221 100644 --- a/src/rpm/hestia/hestia.spec +++ b/src/rpm/hestia/hestia.spec @@ -3,7 +3,7 @@ Name: hestia Version: 1.9.6 -Release: 2%{dist} +Release: 3%{dist} Summary: Hestia Control Panel Group: System Environment/Base License: GPLv3 @@ -184,6 +184,9 @@ fi %{_tmpfilesdir}/%{name}.conf %changelog +* Thu Jan 15 2026 Alexey Berezhok - 1.9.6-3 +- Fix error on local php installation and extension activation + * Thu Oct 09 2025 Alexey Berezhok - 1.9.6-2 - Fix error on all web and mail domains after Apache 2.4.64 update