ID: 15804 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Session related Operating System: Apache/1.3.23 (Unix) PHP Version: 4.1.2 New Comment:
More over, the real problem is that the seperation character for URI params is ; not & Previous Comments: ------------------------------------------------------------------------ [2002-03-01 02:32:39] [EMAIL PROTECTED] >From php.ini-recommended: ; The separator used in PHP generated URLs to separate arguments. ; Default is "&". ;arg_separator.output = "&" regards, Derick ------------------------------------------------------------------------ [2002-03-01 02:26:58] [EMAIL PROTECTED] PHP is compiled with --enable-trans-sid. When I turn on sessions on, (with session_start()) and try to validate my previously valid XHTML page, the validator throws errors on every link. [quote from W3C XHTML 1.0 Transitional validator]: Error: reference not terminated by refc delimiter [end quote] It's referring to the fact that there is a "&" in the code when it is not part of an entity. Without using sessions, I can use & in a URL and the page will validate. I guess the actual bug is that it's inserting a & instead of an & which is invalid XHTML. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=15804&edit=1
