From b7961ec62d0f275d615912901d01dab0a36153ca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 May 2016 16:44:38 +0200 Subject: PHP 5.5.36 --- failed.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index c451c92..84d6f17 100644 --- a/failed.txt +++ b/failed.txt @@ -1,10 +1,10 @@ -==== PHP 5.5.35 (2016-04-28) +==== PHP 5.5.36 (2016-05-26) $ grep -r 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el5i/build.log:Tests failed : 5 +/var/lib/mock/el5i/build.log:Tests failed : 6 /var/lib/mock/el5x/build.log:Tests failed : 3 -/var/lib/mock/el6i/build.log:Tests failed : 3 +/var/lib/mock/el6i/build.log:Tests failed : 4 /var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 @@ -17,5 +17,7 @@ el6i el5i, el6i Bug #53437 DateInterval unserialize bad data, 32 bit [ext/date/tests/bug53437_var3.phpt] Bug #64146 (serialize incorrectly saving objects when they are cloned) [ext/standard/tests/serialize/bug64146.phpt] + * Bug #72114 (Integer underflow / arbitrary null write in fread/gzread) [ext/standard/tests/file/bug72114.phpt] + * fixed upstream in next -- cgit