cakephp2-php8/lib/Cake/Network/Http
mark_story 150c9fc6a3 Remove parse_str() its buggy and wrong.
parse_str() replaces `.` with _ and drops duplicated keys, which is
incorrect.  Replace parse_str with an updated version of parseQuery
from 1.x

Fixes #2629
Fixes #2647
2012-03-08 21:05:28 -05:00
..
BasicAuthentication.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
DigestAuthentication.php Fix coding standards errors in Network/ 2012-03-04 11:18:20 -05:00
HttpResponse.php Fix coding standards errors in Network/ 2012-03-04 11:18:20 -05:00
HttpSocket.php Remove parse_str() its buggy and wrong. 2012-03-08 21:05:28 -05:00