diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -121,7 +121,7 @@ %endif %global upver 7.0.25 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites @@ -235,7 +235,7 @@ Requires(pre): httpd %endif %if 0%{?fedora} >= 27 # httpd have threaded MPM by default -Requires: %{?scl_prefix}php-fpm%{?_isa} = %{version}-%{release} +Recommends: %{?scl_prefix}php-fpm%{?_isa} = %{version}-%{release} %endif @@ -1820,6 +1820,9 @@ fi %changelog +* Tue Oct 24 2017 Remi Collet <remi@remirepo.net> - 7.0.25-1 +- Update to 7.0.25 - http://www.php.net/releases/7_0_25.php + * Tue Oct 10 2017 Remi Collet <remi@remirepo.net> - 7.0.25~RC1-1 - Update to 7.0.25RC1 - oci8 version is now 2.1.8 |