Test: /ext/session/tests/session_id_basic.phpt - Version 5.4.17    

There are 2 different diffs reported by users for this test.

Count Diff
3 (75%)
007+
008+ Warning: session_start(): user session functions not defined in %s/session_id_basic.php on line 18
009+
010+ Fatal error: session_start(): Failed to initialize storage module: user (path: ) in %s/session_id_basic.php on line 18
007- bool(true)
008- string(10) "1234567890"
009- bool(true)
010- string(0) ""
011- Done
1 (25%)
007+
008+ Warning: session_start(): Cannot find save handler 'memcache' - session startup failed in %s/session_id_basic.php on line 18
009+ bool(false)
007- bool(true)
009- bool(true)
010- string(0) ""
011+
012+ Warning: session_destroy(): Trying to destroy uninitialized session in %s/session_id_basic.php on line 20
013+ bool(false)
014+ string(10) "1234567890"