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 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

Pull Requests

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: Sat Dec 21 12:01:31 2024 UTC