From:             [EMAIL PROTECTED]
Operating system: XP
PHP version:      4.1.1
PHP Bug Type:     Reproducible crash
Bug description:  Fault bucket

Fault bucket 05848302.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

0000: 42 75 63 6b 65 74 3a 20   Bucket: 
0008: 30 35 38 34 38 33 30 32   05848302
0010: 0d 0a                     ..      


Event ID:1001


<?
session_start();
session_register("logged_in");

        }
if ($logged_in) { //prints logged in status
    print ("Logged In");
} else {
    print ("Logged Out");
}
?>
-- 
Edit bug report at http://bugs.php.net/?id=15704&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15704&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15704&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15704&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15704&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15704&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15704&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15704&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15704&r=submittedtwice

Reply via email to