From:             [EMAIL PROTECTED]
Operating system: Linux porky.devel.redhat.com 2.2
PHP version:      4.0.4pl1
PHP Bug Type:     Session related
Bug description:  Page hangs on 3rd reload, using session_start, session_register, 
session_encode

fak2.php:
----------
<?php
class SomeClass
{

}
if( !isset( $someVar ) )
{
        $someVar = new SomeClass();
        session_register("someVar");
}
?>

f2.php:
-------
<?php
session_start();

require_once( "fak2.php" );

echo session_encode();
?>

load f2.php 3 times.  It hangs.  Don't know if this is a repeat php.net
stopped responding while I was searching through old bugs.  If this has
been fixed, or I am doing something wrong, please email me.

shandy
-- 
Edit bug report at: http://bugs.php.net/?id=13878&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to