diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-25 06:31:56 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-25 06:31:56 +0200 |
commit | b6a4b7e47d5c662e8a4e0dd56c7ccdd75c1e49f1 (patch) | |
tree | c19a2abc82d3e1549dd80a37837574afeb4ce759 | |
parent | 83353a48a8f5935f8c9eb1a21e9ddbb6deb0c08e (diff) |
v5.6.32
-rw-r--r-- | failed.txt | 10 | ||||
-rw-r--r-- | php-5.6.30-datetests.patch | 12 | ||||
-rw-r--r-- | php.spec | 9 |
3 files changed, 11 insertions, 20 deletions
@@ -5,28 +5,28 @@ $ 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 : 4 +/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 : 2 +/var/lib/mock/scl56fc27x/build.log:Tests failed : 5 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 +fc23x, 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: +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 - 5 substr_compare() [ext/standard/tests/strings/substr_compare.phpt] + 2 substr_compare() [ext/standard/tests/strings/substr_compare.phpt] 1 proc_open have erratic results... :( diff --git a/php-5.6.30-datetests.patch b/php-5.6.30-datetests.patch index 9da3845..9e3b6e6 100644 --- a/php-5.6.30-datetests.patch +++ b/php-5.6.30-datetests.patch @@ -681,15 +681,3 @@ diff -up ./ext/standard/tests/serialize/bug64146.phpt.old ./ext/standard/tests/s -2 +%d Done -diff -up ./ext/date/tests/bug53437_var3.phpt.old ./ext/date/tests/bug53437_var3.phpt ---- ./ext/date/tests/bug53437_var3.phpt.old 2017-03-21 12:32:27.824930958 +0100 -+++ ./ext/date/tests/bug53437_var3.phpt 2017-03-21 12:33:57.490387535 +0100 -@@ -40,7 +40,7 @@ object(DateInterval)#%d (15) { - ["special_amount"]=> - int(-1) - ["have_weekday_relative"]=> -- int(9) -+ int(%d) - ["have_special_relative"]=> - int(0) - } @@ -129,11 +129,11 @@ %endif #global rcver RC1 -%global rpmrel 4 +%global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 5.6.31 +Version: 5.6.32 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -242,7 +242,7 @@ Requires(pre): httpd %endif %if 0%{?fedora} >= 27 # httpd have threaded MPM by default -Requires: %{?scl_prefix}php-fpm%{?_isa} = %{version}-%{release} +Recommends: %{?scl_prefix}php-fpm%{?_isa} = %{version}-%{release} %endif @@ -1818,6 +1818,9 @@ fi %changelog +* 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 + * Mon Sep 25 2017 Remi Collet <remi@fedoraproject.org> - 5.6.31-4 - F27: php now requires php-fpm and start it with httpd / nginx |