diff options
Diffstat (limited to 'php73.spec')
-rw-r--r-- | php73.spec | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -65,12 +65,7 @@ %global with_sqlite3 1 -# 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 @@ -126,7 +121,7 @@ %endif %global upver 7.3.23 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2264,6 +2259,9 @@ fi %changelog +* Tue Sep 29 2020 Remi Collet <remi@remirepo.net> - 7.3.23-1 +- Update to 7.3.23 - http://www.php.net/releases/7_3_23.php + * Tue Sep 15 2020 Remi Collet <remi@remirepo.net> - 7.3.23~RC1-1 - update to 7.3.23RC1 |