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 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php