diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-10 13:49:58 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-10 13:49:58 +0100 |
commit | 410c52e12428fb045623426ef3f5aa895b34f89f (patch) | |
tree | 50394b9568fce0cf87dbaf3099000451bb27d48f | |
parent | f3f4418136a31b67a74fdbb9e2777ca005bcd3ba (diff) |
update to 7.3.25RC1
-rw-r--r-- | failed.txt | 5 | ||||
-rw-r--r-- | php73.spec | 7 |
2 files changed, 7 insertions, 5 deletions
@@ -1,18 +1,17 @@ -===== 7.3.24 (2020-10-29) +===== 7.3.25RC1 (2020-11-12) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/el6i/build.log:Tests failed : 0 /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 : 15 +/var/lib/mock/el8x73/build.log:Tests failed : 14 /var/lib/mock/fc31x/build.log:Tests failed : 0 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) - 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] 1 proc_open give erratic test results :( @@ -120,8 +120,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.24 -#global rcver RC1 +%global upver 7.3.25 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2263,6 +2263,9 @@ fi %changelog +* Tue Nov 10 2020 Remi Collet <remi@remirepo.net> - 7.3.25~RC1-1 +- update to 7.3.25RC1 + * Tue Oct 27 2020 Remi Collet <remi@remirepo.net> - 7.3.24-1 - Update to 7.3.24 - http://www.php.net/releases/7_3_24.php |