php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #17398 XHTML 1.0 Strict comliance with session.trans_sid
Submitted: 2002-05-23 17:18 UTC Modified: 2002-05-23 21:47 UTC
From: martin at metavisia dot com Assigned:
Status: Not a bug Package: Feature/Change Request
PHP Version: 4.2.0 OS: any
Private report: No CVE-ID: None
 [2002-05-23 17:18 UTC] martin at metavisia dot com
The auto-generated input should not be a direct descendant of the form element according to the XHTML 1.0 Strict DTD if you have the time and think it's worth it you may fix it.

Anyway just a comment on my site from a visitor not satisfied with the Valid XHTML 1.0 logo I thought I should let you know.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-23 18:02 UTC] derick@php.net
Change the php.ini setting according to:

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

not a bug > bogus
 [2002-05-23 21:47 UTC] jimw@php.net
actually, this is a different issue. the <input type="hidden"> form element is added immediately following the <form> tag, which is not valid in xhtml.

the correct solution currently is to remove 'form=fakeentry' from the url_rewriter.tags ini setting, and insert the <input type="hidden"> element yourself in a valid location.

(i'm pretty sure there is another open bug about this, so i'm leaving this marked as bogus.)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 00:01:30 2024 UTC