From:             [EMAIL PROTECTED]
Operating system: FreeBSD 4.5
PHP version:      4.3.0RC2
PHP Bug Type:     Session related
Bug description:  sessions, its seams a bug

<?
$rf = session_start(); //begin session

$one = $two;           //when $tho is empty --> $one is empty too
$rr = session_register(one); //then registered $one in session (one is
empty)

$rr = "example";           // then for example $rr = "example";
echo $fff;                 // end here we print $fff (but $fff have been
empty, we did not defined it ) 
echo $fsdf;
echo $empty;
//but this echo�s example... WHY ??? this is small BUG
?>

<?
echo $fff;                 
echo $fsdf;
echo $empty; //this echoe nothing becouse $empty $fsdf  $fff; is empty

// test this 2 //
?>

ps. './configure' '--with-mysql' '--with-config-file-path=/svc/httpd/conf'
'--with-apxs2=/svc/httpd/bin/apxs' '--enable-ftp' 
-- 
Edit bug report at http://bugs.php.net/?id=20736&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20736&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20736&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20736&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20736&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20736&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20736&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20736&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20736&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20736&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20736&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20736&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20736&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20736&r=isapi

Reply via email to