cakephp2-php8/lib/Cake/Test/Case/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
..
BasicAuthenticationTest.php Replacing test case compatibility functions 2011-11-16 21:07:08 -05:00
DigestAuthenticationTest.php Replacing test case compatibility functions 2011-11-16 21:07:08 -05:00
HttpResponseTest.php Typo fixes in tests 2012-02-23 15:29:53 -08:00
HttpSocketTest.php Remove parse_str() its buggy and wrong. 2012-03-08 21:05:28 -05:00