From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.0.5
PHP Bug Type:     Session related
Bug description:  PHP output sometimes doesn't follow HTML 4.01 standards.

When use-cookies is set to Off or when the possibility to use them doesn't
exist, PHP adds the session variable to links on the outputted HTML-page.

The link may look like this: <A
HREF="?DO=addCode&PHPSESSID=60d92bce38ab509722c1337ee1de0d72">

There's a problem with the above link - it doesn't follow the standards.
This is easy to fix, just change & to &amp; 

I don't consider this some huge disadvantage but it could be fixed.
-- 
Edit bug report at http://bugs.php.net/?id=15603&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15603&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15603&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15603&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15603&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15603&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15603&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15603&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15603&r=submittedtwice

Reply via email to