From:             [EMAIL PROTECTED]
Operating system: freeBSD 4.5
PHP version:      4.3.0-pre1
PHP Bug Type:     Session related
Bug description:  sessions  PHP 4.3.0pre1 Released

<?
session_start(); 

$zminna = $have_no_value;
session_register(zminna); $rtrtrtr = "fdg";

echo $masfked;
?>
Why this printing in the browser 'fdg'// that doesn't. because the
$masfked is empty.. this is in PHP 4.3.0pre1 Released
Thats your bug and not my.. ^-) . thanks. please fix it.. 
-- 
Edit bug report at http://bugs.php.net/?id=19861&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=19861&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=19861&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=19861&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=19861&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=19861&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=19861&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=19861&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=19861&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=19861&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=19861&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19861&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=19861&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=19861&r=isapi

Reply via email to