ID: 13878
Updated by: sander
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Closed
Bug Type: Session related
Operating System: Linux porky.devel.redhat.com 2.2
PHP Version: 4.0.4pl1
New Comment:

No feedback. Closing.

Previous Comments:
------------------------------------------------------------------------

[2001-10-30 21:52:32] [EMAIL PROTECTED]

Does this happen with latest CVS snapshot from 
http://snaps.php.net/ ?


------------------------------------------------------------------------

[2001-10-30 15:22:49] [EMAIL PROTECTED]

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 this 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