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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: martin at metavisia dot com
New email:
PHP Version: OS:

 

 [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: Wed Apr 24 00:01:32 2024 UTC