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

Shouldn't & be made the default? Since that's the only correct thing, and at least 
since HTML 2.0 &-style quoting was required.

Or are there browsers doing it wrong? Bad browsers in that case, but it could be a 
reason to not change the default: Apache for examples has also some workarounds in 
their default httpd.conf for buggy browsers.

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

[2001-10-28 10:36:50] [EMAIL PROTECTED]

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

--Jani


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

[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