cakephp2-php8/lib/Cake/Network
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
..
Email Fix coding standards errors in Network/ 2012-03-04 11:18:20 -05:00
Http Remove parse_str() its buggy and wrong. 2012-03-08 21:05:28 -05:00
CakeRequest.php Fix duplicate values when merging POST data. 2012-03-06 20:22:13 -05:00
CakeResponse.php Fix coding standards errors in Network/ 2012-03-04 11:18:20 -05:00
CakeSocket.php Fix coding standards errors in Network/ 2012-03-04 11:18:20 -05:00