diff options
Diffstat (limited to 'php71.spec')
-rw-r--r-- | php71.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -108,7 +108,7 @@ %endif %global upver 7.1.11 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -236,7 +236,7 @@ Requires(pre): httpd Provides: php(httpd) %if 0%{?fedora} >= 27 # httpd have threaded MPM by default -Requires: php-fpm%{?_isa} = %{version}-%{release} +Recommends: php-fpm%{?_isa} = %{version}-%{release} %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -2055,6 +2055,9 @@ fi %changelog +* Wed Oct 25 2017 Remi Collet <remi@remirepo.net> - 7.1.11-1 +- Update to 7.1.11 - http://www.php.net/releases/7_1_11.php + * Wed Oct 11 2017 Remi Collet <remi@remirepo.net> - 7.1.11~RC1-1 - Update to 7.1.11RC1 - oci8 version is now 2.1.8 |