summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-19 19:57:37 +0200
committerRemi Collet <remi@remirepo.net>2018-07-19 19:57:37 +0200
commit668bc72b11f450b1097481578a77a51a8891c1f7 (patch)
tree68121128105667d6621c0ce7324302deda3237cb
parent970dae903ff7e05dc1f2f0d1458310a0f8d5ab45 (diff)
Update to 5.6.37 - http://www.php.net/releases/5_6_37.php
-rw-r--r--failed.txt16
-rw-r--r--php.spec5
2 files changed, 14 insertions, 7 deletions
diff --git a/failed.txt b/failed.txt
index ca7494c..b58aedf 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,12 +1,12 @@
-===== 5.6.36 (2018-04-26)
+===== 5.6.37 (2018-04-27)
$ 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/scl56fc25x/build.log:Tests failed : 1
+/var/lib/mock/scl56el6x/build.log:Tests failed : 7
+/var/lib/mock/scl56el7x/build.log:Tests failed : 4
+/var/lib/mock/scl56fc25x/build.log:Tests failed : 4
/var/lib/mock/scl56fc26x/build.log:Tests failed : 3
-/var/lib/mock/scl56fc27x/build.log:Tests failed : 4
+/var/lib/mock/scl56fc27x/build.log:Tests failed : 7
/var/lib/mock/scl56fc28x/build.log:Tests failed : 4
@@ -14,9 +14,13 @@ el6x, el7x:
4 Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt]
el6x, el7x, fc25x, fc26x, fc27x, fc28x:
4 Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt]
-fc26x, fc27x, fc28x:
+el6xn el7x, fc26x, fc27x, fc28x:
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]
+el6x, 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, fc28x:
2 substr_compare() [ext/standard/tests/strings/substr_compare.phpt]
diff --git a/php.spec b/php.spec
index 8109e6c..707fa88 100644
--- a/php.spec
+++ b/php.spec
@@ -133,7 +133,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
-Version: 5.6.36
+Version: 5.6.37
%if 0%{?rcver:1}
Release: 0.%{rpmrel}.%{rcver}%{?dist}
%else
@@ -1834,6 +1834,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