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
@@ @@
- <pre class=sf-dump id=sf-dump data-indent-pad="  "><a
href="test:///builddir/build/BUILDROOT/php-symfony-2.7.9-2.fc24.noarch/usr/share/php/Symfony/Component/HttpKernel/Tests/DataCollector/DumpDataCollectorTest.php:89"
title="/builddir/build/BUILDROOT/php-symfony-2.7.9-2.fc24.noarch/usr/share/php/Symfony/Component/HttpKernel/Tests/DataCollector/DumpDataCollectorTest.php"><span
class=sf-dump-meta>DumpDataCollectorTest.php</span></a> on line <span
class=sf-dump-meta>89</span>:
+ <pre class=sf-dump id=sf-dump data-indent-pad="  "><a href=""
title=""><span class=sf-dump-meta></span></a> on line <span
class=sf-dump-meta>89</span>:
 <span class=sf-dump-num>123</span>
 </pre>
/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.


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to