Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.0.15

Bug #6338 wrong array querystring handling
Submitted: 2005-12-23 12:46 UTC
From: dobes at lnx dot cz Assigned: davidc
Status: Closed Package: Net_URL
PHP Version: 5.0.5-5.2.0 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2005-12-23 12:46 UTC] dobes at lnx dot cz
Description: ------------ In querystring with arrays is wrong parsing. Test script: --------------- $url = new Net_URL('http://localhost/run.php?a[0]=foo0&a[1]=foo1&b=foo2'); print_r($url->querystring); Expected result: ---------------- ( [a] => array( [0] => foo0 [1] => foo1 ) [b] => foo2 ) Actual result: -------------- ( [a[0]] => foo0 [a[1]] => foo1 [b] => foo2 )

Comments

 [2007-04-29 12:43 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2007-05-08 00:20 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!