Fixed installation error for local php

devel
Alexey Berezhok 4 days ago
parent 8b2c076e2e
commit 5d461cc39b

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

@ -3,7 +3,7 @@
Name: hestia Name: hestia
Version: 1.9.6 Version: 1.9.6
Release: 2%{dist} Release: 3%{dist}
Summary: Hestia Control Panel Summary: Hestia Control Panel
Group: System Environment/Base Group: System Environment/Base
License: GPLv3 License: GPLv3
@ -184,6 +184,9 @@ fi
%{_tmpfilesdir}/%{name}.conf %{_tmpfilesdir}/%{name}.conf
%changelog %changelog
* Thu Jan 15 2026 Alexey Berezhok <a@bayrepo.ru> - 1.9.6-3
- Fix error on local php installation and extension activation
* Thu Oct 09 2025 Alexey Berezhok <a@bayrepo.ru> - 1.9.6-2 * Thu Oct 09 2025 Alexey Berezhok <a@bayrepo.ru> - 1.9.6-2
- Fix error on all web and mail domains after Apache 2.4.64 update - Fix error on all web and mail domains after Apache 2.4.64 update

Loading…
Cancel
Save