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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Sun May 19 13:01:33 2024 UTC