Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90792 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67586 invoked from network); 21 Jan 2016 16:20:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jan 2016 16:20:33 -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.195 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 217.70.183.195 relay3-d.mail.gandi.net Received: from [217.70.183.195] ([217.70.183.195:58028] helo=relay3-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2A/BB-09073-05501A65 for ; Thu, 21 Jan 2016 11:20:33 -0500 Received: from mfilter26-d.gandi.net (mfilter26-d.gandi.net [217.70.178.154]) by relay3-d.mail.gandi.net (Postfix) with ESMTP id 046B7A8104 for ; Thu, 21 Jan 2016 17:20:30 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter26-d.gandi.net Received: from relay3-d.mail.gandi.net ([IPv6:::ffff:217.70.183.195]) by mfilter26-d.gandi.net (mfilter26-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id fuHpRe12f85U for ; Thu, 21 Jan 2016 17:20:27 +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 relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 34F0BA80F1 for ; Thu, 21 Jan 2016 17:20:26 +0100 (CET) To: internals@lists.php.net References: <03a501d15439$fcbf9ca0$f63ed5e0$@php.net> X-Enigmail-Draft-Status: N1110 Message-ID: <56A1054A.5080102@fedoraproject.org> Date: Thu, 21 Jan 2016 17:20:26 +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: <03a501d15439$fcbf9ca0$f63ed5e0$@php.net> 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 11:53, Anatol Belski a écrit : > Hi, > > PHP 7.0.3 RC1 was just released and can be downloaded from: Fedora detected a BC break in 5.6.18RC1 and 7.0.3RC1 related to session management. This update breaks: Horde_SessionHandler (2.2.6) and symfony (2.7.9) https://apps.fedoraproject.org/koschei/package/php-horde-Horde-SessionHandler + /usr/bin/phpunit . PHPUnit 4.8.17 by Sebastian Bergmann and contributors. .FE.ESPHP Warning: session_destroy(): Trying to destroy uninitialized session in /builddir/build/BUILD/php-horde-Horde-SessionHandler-2.2.6/Horde_SessionHandler-2.2.6/test/Horde/SessionHandler/Storage/BuiltinTest.php on line 115 ...........SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS........... Time: 231 ms, Memory: 5.00Mb There were 2 errors: 1) Horde_SessionHandler_Storage_BuiltinTest::testReopen Undefined index: sessiondata /builddir/build/BUILD/php-horde-Horde-SessionHandler-2.2.6/Horde_SessionHandler-2.2.6/test/Horde/SessionHandler/Storage/BuiltinTest.php:45 2) Horde_SessionHandler_Storage_BuiltinTest::testDestroy session_destroy(): Trying to destroy uninitialized session /builddir/build/BUILD/php-horde-Horde-SessionHandler-2.2.6/Horde_SessionHandler-2.2.6/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";' +'' /builddir/build/BUILD/php-horde-Horde-SessionHandler-2.2.6/Horde_SessionHandler-2.2.6/test/Horde/SessionHandler/Storage/BuiltinTest.php:33 FAILURES! Tests: 36, Assertions: 84, Errors: 2, Failures: 1, Skipped: 37. PHP Warning: session_destroy(): Trying to destroy uninitialized session in /usr/share/pear/Horde/Cli.php on line 530 + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.fc24.noarch/usr/share/php/Symfony/Component/HttpKernel PHPUnit 4.8.17 by Sebastian Bergmann and contributors. .............................................FDumpDataCollectorTest.php on line 89: 123 ................. 63 / 440 ( 14%) ............................................................... 126 / 440 ( 28%) ............................................................... 189 / 440 ( 42%) ............................................................... 252 / 440 ( 57%) ............................................................... 315 / 440 ( 71%) ............................................................... 378 / 440 ( 85%) .............SSSSSSSSSSSSSSSSSS............................... Time: 17.34 seconds, Memory: 17.00Mb There was 1 failure: 1) Symfony\Component\HttpKernel\Tests\DataCollector\DumpDataCollectorTest::testCollectHtml Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -
DumpDataCollectorTest.php on line 89:
+ 
 on line 89:
 123
 
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.fc24.noarch/usr/share/php/Symfony/Component/HttpKernel/Tests/DataCollector/DumpDataCollectorTest.php:118 FAILURES! Tests: 746, Assertions: 1310, Failures: 1, Skipped: 18. Legacy deprecation notices (11) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.fc24.noarch/usr/share/php/Symfony/Component/Intl + RET=1 Of course, both test suites were OK with 5.6.17. Remi.