Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1833 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9438 invoked from network); 21 May 2003 02:13:07 -0000 Received: from unknown (HELO cs181147.pp.htv.fi) (213.243.181.147) by pb1.pair.com with SMTP; 21 May 2003 02:13:07 -0000 Received: from localhost (jani@localhost) by cs181147.pp.htv.fi (8.11.6/8.11.6) with ESMTP id h4L2DLl27262; Wed, 21 May 2003 05:13:21 +0300 Message-ID: <200305210213.h4L2DLl27262@cs181147.pp.htv.fi> X-Authentication-Warning: cs181147.pp.htv.fi: jani owned process doing -bs Date: Wed, 21 May 2003 05:13:19 +0300 (EEST) Sender: jani@cs181147.pp.htv.fi Reply-To: Jani Taskinen To: Sascha Schumann cc: internals@lists.php.net MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: ext/session/tests failing.. From: sniper@iki.fi (Jani Taskinen) 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