ext/session/tests failing..

php.internals

Jani Taskinen

23 years ago
After some changes you made to ext/session, now all these tests fail: FAIL session_set_save_handler test [ext/session/tests/004.phpt] FAIL custom save handler, multiple session_start()s, complex data structure test. [ext/session/tests/005.phpt] FAIL correct instantiation of references between variables in sessions [ext/session/tests/006.phpt] FAIL bug compatibility: unset($c) with enabled register_globals [ext/session/tests/007.phpt] FAIL bug compatibility: global is used albeit register_globals=0 [ext/session/tests/008-php4.2.3.phpt] FAIL unset($_SESSION["name"]); should work with register_globals=off [ext/session/tests/009.phpt] FAIL registering $_SESSION should not segfault [ext/session/tests/012.phpt] FAIL invalid session.save_path should not cause a segfault [ext/session/tests/016.phpt] FAIL serializing references test case using globals [ext/session/tests/019.phpt] --Jani