diff options
author | Remi Collet <remi@remirepo.net> | 2018-01-03 12:43:52 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-01-03 12:43:52 +0100 |
commit | daa07cc2af646aa93d181e2ad4b5e1479e03f4d0 (patch) | |
tree | a741bfa4fe64a0a798f76c7e8f63adb738c98b95 | |
parent | 219b97db4dd665e85e2ea5840ac7e2efa74ae006 (diff) |
v5.6.33
-rw-r--r-- | failed.txt | 29 | ||||
-rw-r--r-- | php.spec | 5 |
2 files changed, 17 insertions, 17 deletions
@@ -1,31 +1,28 @@ -===== 5.6.32 (2017-10-26) +===== 5.6.33 (2018-01-04) $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log /var/lib/mock/scl56el6x/build.log:Tests failed : 2 /var/lib/mock/scl56el7x/build.log:Tests failed : 2 -/var/lib/mock/scl56fc23x/build.log:Tests failed : 9 -/var/lib/mock/scl56fc24x/build.log:Tests failed : 9 -/var/lib/mock/scl56fc25x/build.log:Tests failed : 4 -/var/lib/mock/scl56fc26x/build.log:Tests failed : 1 -/var/lib/mock/scl56fc27x/build.log:Tests failed : 5 +/var/lib/mock/scl56fc24x/build.log:Tests failed : 6 +/var/lib/mock/scl56fc25x/build.log:Tests failed : 1 +/var/lib/mock/scl56fc26x/build.log:Tests failed : 3 +/var/lib/mock/scl56fc27x/build.log:Tests failed : 4 -el6x, el7x +fc24x, el6x, el7x 4 Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] -el6x, el7x, fc23x, fc24x, fc25x, fc26x, fc27x: - 4 Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt] -fc23x, fc24x +fc24x: 4 Bug #32086 (strtotime don't work in DST) [ext/date/tests/bug32086.phpt] 4 Bug #33414 [1] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-1.phpt] - 4 Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] 4 Bug #33415 [1] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-1.phpt] 4 date_modify() function [1] [ext/date/tests/date_modify-1.phpt] -fc23x, fc24x, fc25x, fc27x: - 3 Bug #65538: SSL context "cafile" disallows URL stream wrappers [ext/openssl/tests/bug65538_002.phpt] - 3 gethostbyname() function - basic return valid ip address test [ext/standard/tests/network/gethostbyname_error004.phpt] - 3 getmxrr() test [ext/standard/tests/network/getmxrr.phpt] -fc27x +fc24x, fc25x, fc26x, fc27x: + 4 Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt] +fc26x, fc27x: + 4 Bug #51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error) [ext/date/tests/bug51819.phpt] + 4 Test date_sunset() function : usage variation - Passing high positive and negative float values to time argument. [ext/date/tests/date_sunset_variation9.phpt] +fc27x: 2 substr_compare() [ext/standard/tests/strings/substr_compare.phpt] @@ -133,7 +133,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 5.6.32 +Version: 5.6.33 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1818,6 +1818,9 @@ fi %changelog +* Wed Jan 3 2018 Remi Collet <remi@fedoraproject.org> 5.6.33-1 +- Update to 5.6.33 - http://www.php.net/releases/5_6_33.php + * Wed Oct 25 2017 Remi Collet <remi@fedoraproject.org> 5.6.32-1 - Update to 5.6.32 - http://www.php.net/releases/5_6_32.php |