diff options
| author | Remi Collet <remi@remirepo.net> | 2020-09-29 14:07:39 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-09-29 14:07:39 +0200 | 
| commit | a92fd81f66edd58549941aa190a89c8e972c21d4 (patch) | |
| tree | 1f4f980cbc194d89c2de8d1fa8a4144fb35cb2e1 | |
| parent | 2970f14eaaa64cc1c8195b73ffa92f446a2ac2c7 (diff) | |
Update to 7.4.11 - http://www.php.net/releases/7_4_11.php
| -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  | 
