diff options
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | php82.spec | 6 |
2 files changed, 6 insertions, 8 deletions
@@ -23,7 +23,8 @@ which adds support for the PHP language to Apache HTTP server. The %{?scl_prefix}php-fpm package provides the FastCGI process manager which adds support for the PHP language to FastCGI compatible servers. -FastCGI process manager (php-fpm) listens on local network soket. +FastCGI process manager (php-fpm) listens on local soket +(by default %{_localstatedir}/run/php-fpm/www.sock). When working with %{scl_name} collection, use the "scl" utility (see scl(1) for usage) to enable the scl environment properly. @@ -53,10 +54,5 @@ module load %{scl_name} module unload %{scl_name} Disable %{scl_name} software collection in current interactive shell. - -%if 0%{?rhel} >= 7 systemctl start %{?scl_prefix}php-fpm -%else -service %{?scl_prefix}php-fpm start -%endif Starts the php-fpm server from %{scl_name} software collection. @@ -26,7 +26,7 @@ Summary: Package that installs PHP 8.2 Name: %scl_name Version: 8.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Source0: macros-build @@ -259,10 +259,12 @@ restorecon -R %{_localstatedir} &>/dev/null || : %changelog +* Thu Mar 9 2023 Remi Collet <remi@remirepo.net> 8.2-4 +- improve the man page + * Thu Mar 9 2023 Remi Collet <remi@remirepo.net> 8.2-3 - define %%scl_vendor and %%_scl_prefix in macros.php81-config - move man page out of scl tree -- improve the man page * Wed Jun 22 2022 Remi Collet <remi@remirepo.net> 8.2-2 - php82-syspaths conflicts with php81-syspaths |