Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90967 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16329 invoked from network); 27 Jan 2016 06:32:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2016 06:32:31 -0000 Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 217.70.183.194 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 217.70.183.194 relay2-d.mail.gandi.net Received: from [217.70.183.194] ([217.70.183.194:60617] helo=relay2-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/03-28185-C7468A65 for ; Wed, 27 Jan 2016 01:32:30 -0500 Received: from mfilter27-d.gandi.net (mfilter27-d.gandi.net [217.70.178.155]) by relay2-d.mail.gandi.net (Postfix) with ESMTP id C47C8C5A56; Wed, 27 Jan 2016 07:32:25 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter27-d.gandi.net Received: from relay2-d.mail.gandi.net ([IPv6:::ffff:217.70.183.194]) by mfilter27-d.gandi.net (mfilter27-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id r9-Jt-4Ylo7X; Wed, 27 Jan 2016 07:32:24 +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 relay2-d.mail.gandi.net (Postfix) with ESMTPSA id CD2ECC5A53; Wed, 27 Jan 2016 07:32:22 +0100 (CET) To: Stanislav Malyshev , Yasuo Ohgaki References: <03a501d15439$fcbf9ca0$f63ed5e0$@php.net> <56A1054A.5080102@fedoraproject.org> <56A2069B.2050007@fedoraproject.org> <56A21D68.6030403@fedoraproject.org> <56A825A9.9020706@gmail.com> <56A85967.4090603@gmail.com> Cc: "internals@lists.php.net" , Yasuo Ohgaki Message-ID: <56A86476.5090401@fedoraproject.org> Date: Wed, 27 Jan 2016 07:32:22 +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: <56A85967.4090603@gmail.com> 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) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Le 27/01/2016 06:45, Stanislav Malyshev a écrit : > Yes, this patch: > https://gist.github.com/smalyshev/4d8435b7993bef80c0ed fixes it for > me. Remi, could you check that it also fixes the failures in the > test suites? I confirm it fix the unit test about missing write, The Horde_SessionHandler test suite still fail differently: Both are related to "getSessionIDs" (which list active sessions) => PHP-5.6.18 (the branch) => PHP-5.6.18 + patch $ /work/build/php56/sapi/cli/php /usr/bin/phpunit - --include-path=/usr/share/pear . PHPUnit 5.1.4 by Sebastian Bergmann and contributors. .....F............SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS..FSS..... Time: 91 ms, Memory: 7.00Mb There were 2 failures: 1) Horde_SessionHandler_Storage_BuiltinTest::testGc Failed asserting that two arrays are equal. - --- Expected +++ Actual @@ @@ Array ( + 0 => 'db620868d98d974c1193d14c3ad7bb35' ) /usr/share/tests/pear/Horde_SessionHandler/Horde/SessionHandler/Storage/ BuiltinTest.php:98 2) Horde_SessionHandler_Storage_Sql_Pdo_SqliteTest::testList Failed asserting that two arrays are equal. - --- Expected +++ Actual @@ @@ Array ( - - 0 => 'sessionid' - - 1 => 'sessionid2' ) /usr/share/tests/pear/Horde_SessionHandler/Horde/SessionHandler/Storage/ Base.php:43 /usr/share/tests/pear/Horde_SessionHandler/Horde/SessionHandler/Storage/ Sql/Base.php:50 FAILURES! Tests: 35, Assertions: 77, Failures: 2, Skipped: 38. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlaoZHMACgkQYUppBSnxahjQ5ACgyLn2ySBmjW9O8Wc6Hbo0zCmR 4ToAoKH4Xgn8iqizrZrHhTOGDhgr+ABU =gL3l -----END PGP SIGNATURE-----