On Tue, 11 Feb 2003, [EMAIL PROTECTED] wrote: > On Tue, 11 Feb 2003, Stephen Thorne wrote: > > > no, but my example is get from session/tests/003.phpt > > > So if the original example/test is wrong... > > > I'm curious, did passing the objects by reference work? > > Nope.
Hi list. I think that there is a bug into php5 (session-decode). The script http://www.ziobudda.net/test/session4-2.php works (PHP 4.3.0), but http://www.ziobudda.net:81/test/session4-2.php does not works (PHP 5.0.0-dev 10022003). The scripts are identical, there is only this plus-function into version 4.3.0: function zb_session() { $this->__construct(); } The source are: http://www.ziobudda.net/test/session4-2.php (PHP4) http://www.ziobudda.net:81/test/session4-2.php (PHP5) Any help ? -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php