diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-13 15:15:48 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-13 15:15:48 +0200 |
commit | e4148165b2f1141fc70b49dc2db1d39896fede6f (patch) | |
tree | 382f08d79b22b03c00c1425eb5e05e3f112f0790 | |
parent | 76be40e7ddfae7f6d9c0ad6150919f220f242e26 (diff) |
update to 7.3.24RC1
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php73.spec | 7 |
2 files changed, 9 insertions, 4 deletions
@@ -1,4 +1,4 @@ -===== 7.3.23 (2020-10-01) +===== 7.3.24RC1 (2020-10-13) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log @@ -6,12 +6,14 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/el8x73/build.log:Tests failed : 14 -/var/lib/mock/fc31x/build.log:Tests failed : 0 +/var/lib/mock/fc31x/build.log:Tests failed : 1 el8x: 3 Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt] 2 buildroot issue with strict openssl policy (fixed in 7.4) +fc31x: + 1 Test get_headers() function : test with context [ext/standard/tests/url/get_headers_error_003.phpt] 1 proc_open give erratic test results :( @@ -120,8 +120,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.23 -#global rcver RC1 +%global upver 7.3.24 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2259,6 +2259,9 @@ fi %changelog +* Tue Oct 13 2020 Remi Collet <remi@remirepo.net> - 7.3.24~RC1-1 +- update to 7.3.24RC1 + * 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 |