ID:               15603
 Updated by:       [EMAIL PROTECTED]
-Summary:          PHP output sometimes doesn't follow HTML 4.01
                   standards.
 Reported By:      [EMAIL PROTECTED]
-Status:           Analyzed
+Status:           Feedback
 Bug Type:         Documentation problem
 Operating System: Linux
 PHP Version:      4.0.5
 New Comment:

you should be able to change this setting at runtime
using set_ini() ?


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

[2002-02-19 04:16:03] [EMAIL PROTECTED]

use ini_set() then

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

[2002-02-18 16:11:12] [EMAIL PROTECTED]

I know, but I'm not in a position to chose. I'm a customer at a hosting
company.

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

[2002-02-18 16:04:46] [EMAIL PROTECTED]

You can change this with arg_separator.output ini directive.

>From php.ini-dist:

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

(you should also update to PHP 4.1.1)

Reclassified as docu prob since this is not mentioned
on the session docs. (or in the configuration part either)



--Jani


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

[2002-02-18 15:47:12] [EMAIL PROTECTED]

When use-cookies is set to Off or when the possibility to use them
doesn't exist, PHP adds the session variable to links on the outputted
HTML-page.

The link may look like this: <A
HREF="?DO=addCode&PHPSESSID=60d92bce38ab509722c1337ee1de0d72">

There's a problem with the above link - it doesn't follow the
standards. This is easy to fix, just change & to &amp; 

I don't consider this some huge disadvantage but it could be fixed.

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


-- 
Edit this bug report at http://bugs.php.net/?id=15603&edit=1

Reply via email to