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