Fix PHP's handling of request data. PHP changes dots in all request parameters to underscores when creating the $_GET, $_POST and $_REQUEST arrays.
Parses a query string.