I\'m struggling to read query variables that contain more than 512 characters in the $_GET array. If I parse the query string using parse_string, howev
$_GET
parse_string
There is a PHP bug report. #50449
GET parameters with a value longer than 512 characters don't show up in the $_GET and $_REQUEST arrays. We've noticed this since upgrading to 5.3.1
It says there that it is Suhosin causing the behaviour.