diff options
author | Remi Collet <remi@remirepo.net> | 2018-07-19 20:18:12 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-07-19 20:18:12 +0200 |
commit | 3ea8c35af8975fd911af6b5715a01c5da4a78e4c (patch) | |
tree | 2270d15279c1db49f85546e8eacf1920b4ba8552 | |
parent | fbd60e3df301ce3b8b14270dce3798ef221f28e7 (diff) |
Update to 5.6.37 - http://www.php.net/releases/5_6_37.php
-rw-r--r-- | failed.txt | 10 | ||||
-rw-r--r-- | php56.spec | 5 |
2 files changed, 10 insertions, 5 deletions
@@ -2,18 +2,20 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el6i/build.log:Tests failed : 5 -/var/lib/mock/el6x/build.log:Tests failed : 2 -/var/lib/mock/el7x/build.log:Tests failed : 2 +/var/lib/mock/el6i/build.log:Tests failed : 6 +/var/lib/mock/el6x/build.log:Tests failed : 4 +/var/lib/mock/el7x/build.log:Tests failed : 4 el6i, el6x, el7x: 4 Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] el6i, el6x, el7x: 4 Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt] +el6i, el6x, el7x: + 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] el6i: 4 Test date_sunrise() function : usage variation - Passing high positive and negative float values to time argument. [ext/date/tests/date_sunrise_variation9.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] 4 Test getdate() function : usage variation - Passing high positive and negative float values to timestamp. [ext/date/tests/getdate_variation7.phpt] @@ -148,7 +148,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.6.36 +Version: 5.6.37 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1999,6 +1999,9 @@ fi %changelog +* Thu Jul 19 2018 Remi Collet <remi@remirepo.net> - 5.6.37-1 +- Update to 5.6.37 - http://www.php.net/releases/5_6_37.php + * Wed Apr 25 2018 Remi Collet <remi@remirepo.net> - 5.6.36-1 - Update to 5.6.36 - http://www.php.net/releases/5_6_36.php |