ID: 13848
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: URL related
Operating System: Linux
PHP Version: 4.0.4pl1
New Comment:

This applies to PHP 4.0.6 and above. 
So update first.

--Jani


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

[2001-10-27 09:15:13] [EMAIL PROTECTED]

Not a bug, see this part from php.ini-recommended:

; The separator used in PHP generated URLs to separate arguments.
; Default is "&".
;arg_separator.output = "&"

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

[2001-10-27 09:08:38] [EMAIL PROTECTED]

transparent sessions don't appear to be w3c compliant, in that when a url is not 
cookied, it appears as, eg

<a href="index.php?id=xyz&PHPSESSION=3982982">
where it should be
<a href="index.php?id=xyz&amp;PHPSESSION=3982982">

see http://www.htmlhelp.com/tools/validator/problems.html#amp

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



Edit this bug report at http://bugs.php.net/?id=13848&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