Jochem Maas wrote:
> I'll take your word on it (although I can't be sure exactly what it is that
> you expected),
> which means the change has been reverted, or the input parsing stuff has been
> changed to
> recognize escaped square brackets as if they were not escaped - I know for
> sure
> that http_build_query() did escape quare brackets in 5.1.6 and that url query
> strings
> that included escaped square brackets were not parsed into [nested] arrays.
"expected" means that I get
array(1) {
["a"]=>
array(1) {
[0]=>
string(1) "1"
}
}
for get.php?a%5B%5D=1
--
Michael
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php