php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #4430 Treat ";" like "&" in HTTP GET
Submitted: 2000-05-12 16:56 UTC Modified: 2000-05-30 19:11 UTC
From: jdd at sfgate dot com Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0 Release Candidate 2 OS:
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: jdd at sfgate dot com
New email:
PHP Version: OS:

 

 [2000-05-12 16:56 UTC] jdd at sfgate dot com
According to the HTML 4.01 implementation notes -- 

http://www.w3.org/TR/html4/appendix/notes.html#h-B.2.2 

-- 

``We recommend that HTTP server implementors, and in particular, CGI implementors support the use of ";" in place of "&" to save authors the trouble of escaping "&" characters in this manner.'' 

Thus http://script.php?f=3;g=2 could be equivalent to
http://script.php?f=3&g=2




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-30 19:11 UTC] rasmus at cvs dot php dot net
This feature has been available for years.  Just set the arg_separator directive to ";" in your php.ini file.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Jun 17 20:01:30 2024 UTC