ID:               15804
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Session related
 Operating System: Apache/1.3.23 (Unix)
 PHP Version:      4.1.2
 New Comment:

>From php.ini-recommended:

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


regards,
Derick


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

[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

Reply via email to