Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90824 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82923 invoked from network); 22 Jan 2016 08:59:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2016 08:59:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 217.70.183.196 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 217.70.183.196 relay4-d.mail.gandi.net Received: from [217.70.183.196] ([217.70.183.196:55556] helo=relay4-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B8/70-12955-B7FE1A65 for ; Fri, 22 Jan 2016 03:59:40 -0500 Received: from mfilter26-d.gandi.net (mfilter26-d.gandi.net [217.70.178.154]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id D848E1720D1 for ; Fri, 22 Jan 2016 09:59:36 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter26-d.gandi.net Received: from relay4-d.mail.gandi.net ([IPv6:::ffff:217.70.183.196]) by mfilter26-d.gandi.net (mfilter26-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id RXTRiAN564Lq for ; Fri, 22 Jan 2016 09:59:35 +0100 (CET) X-Originating-IP: 82.241.130.121 Received: from builder.remirepo.net (pom51-2-82-241-130-121.fbx.proxad.net [82.241.130.121]) (Authenticated sender: contact@ll-experts.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 73F751720AD for ; Fri, 22 Jan 2016 09:59:35 +0100 (CET) To: PHP Internals References: <03a501d15439$fcbf9ca0$f63ed5e0$@php.net> <56A1054A.5080102@fedoraproject.org> Message-ID: <56A1EF76.60300@fedoraproject.org> Date: Fri, 22 Jan 2016 09:59:34 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] PHP 7.0.3 RC1 is available for testing - **** BC break *** From: remi@fedoraproject.org (Remi Collet) Le 21/01/2016 23:07, Yasuo Ohgaki a écrit : > Patch for fixing BC would be this, if I'm correct about the cause. > > e8f1c29cc96ce333fa808aba126297b77d94abdf (main patch) > 57be57ac94ef46fa7a73889a1e7d6e75aa4ab00f (TSRM fix for PHP 5.6) > > I appreciate if you could run tests without these patches! Thanks. Reverting both doesn't seems to fix the BC. PHPUnit 5.1.4 by Sebastian Bergmann and contributors. Runtime: PHP 5.6.19-dev Configuration: /work/GIT/horde/framework/SessionHandler/test/Horde/SessionHandler/phpunit.xml .FE.ES Warning: session_destroy(): Trying to destroy uninitialized session in /work/GIT/horde/framework/SessionHandler/test/Horde/SessionHandler/Storage/BuiltinTest.php on line 121 ...........SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS........... Time: 62 ms, Memory: 6.75Mb There were 2 errors: 1) Horde_SessionHandler_Storage_BuiltinTest::testReopen Undefined index: sessiondata /work/GIT/horde/framework/SessionHandler/test/Horde/SessionHandler/Storage/BuiltinTest.php:45 2) Horde_SessionHandler_Storage_BuiltinTest::testDestroy session_destroy(): Trying to destroy uninitialized session /work/GIT/horde/framework/SessionHandler/test/Horde/SessionHandler/Storage/BuiltinTest.php:79 -- There was 1 failure: 1) Horde_SessionHandler_Storage_BuiltinTest::testRead Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ -'sessiondata|s:3:"foo";' +'' /work/GIT/horde/framework/SessionHandler/test/Horde/SessionHandler/Storage/BuiltinTest.php:33