allow arguments at first level, i.e. the following examples are equally stringified...
authorMichael Wallner <mike@php.net>
Tue, 20 Mar 2012 20:55:07 +0000 (20:55 +0000)
committerMichael Wallner <mike@php.net>
Tue, 20 Mar 2012 20:55:07 +0000 (20:55 +0000)
commit3be7fa86a7ef442edb7f641789b2eff8ee242de4
treee5eebb08b535170e8366afb77a1943698973cc94
parent16273970757b5f5bf733f8e0765b0526af7f071f
allow arguments at first level, i.e. the following examples are equally stringified as "key;some=stuff"

["key"=>["value"=>true,"arguments"=>["some"=>"stuff"]]]
["key"=>["value"=>true,"some"=>"stuff"]]
["key"=>["some"=>"stuff"]]
php_http_params.c