diff options
-rw-r--r-- | php74.spec | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -51,12 +51,7 @@ %global with_libpcre 0 %endif -# until firebird available in EPEL -%if 0%{?rhel} == 8 -%global with_firebird 0 -%else -%global with_firebird 1 -%endif +%global with_firebird 1 # Build ZTS extension or only NTS %global with_zts 1 @@ -100,7 +95,7 @@ %global with_zip 0 %global upver 7.4.11 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2166,6 +2161,9 @@ fi %changelog +* Tue Sep 29 2020 Remi Collet <remi@remirepo.net> - 7.4.11-1 +- Update to 7.4.11 - http://www.php.net/releases/7_4_11.php + * Tue Sep 15 2020 Remi Collet <remi@remirepo.net> - 7.4.11~RC1-1 - update to 7.4.11RC1 |