From:             [EMAIL PROTECTED]
Operating system: all
PHP version:      4.2.1
PHP Bug Type:     Feature/Change Request
Bug description:  PHP output does not validate as HTML

The current arg_separator.output is set to & by default.
But & must be encoded to & to validate as HTML.
Consequently, I would prefer to set & as default for
arg_separator.output in future releases.
You could say, it can be changed in php.ini, but my provider doesn't
change it anyway and changes via .htaccess lead to error 500 (Internal
Server Error).
Without changes, transparent session-ids cannot validate as HTML.
validator.w3.org says:
Error: unknown entity "PHPSESSIONID"

PS. Sorry for my English.
-- 
Edit bug report at http://bugs.php.net/?id=17306&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=17306&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=17306&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=17306&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=17306&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=17306&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=17306&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=17306&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=17306&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=17306&r=globals

Reply via email to