[PHP-DEV] PHP 4.0 Bug #4430: Treat ";" like "&" in HTTP GET From: jdd <email protected>
Date: 05/12/00

From: jdd <email protected>
Operating system:
PHP version: 4.0 Release Candidate 2
PHP Bug Type: Feature/Change Request
Bug description: Treat ";" like "&" in HTTP GET

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

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>