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

Bug #1857 & in request query string
Submitted: 2004-07-12 16:29 UTC
From: ths Assigned: avb
Status: Closed Package: HTTP_Request
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 36 - 28 = ?

 
 [2004-07-12 16:29 UTC] ths
Description: ------------ Looks like an fix for Bug #704 in Net_Url broke HTTP_Request, because the URL is not valid for requests when using arg_separator.output = "&". See http://pear.php.net/bugs/bug.php?id=704

Comments

 [2004-07-14 14:28 UTC] avb
Since arg_separator.output is PHP_INI_ALL, an easiest solution would be to set it to '&' before using Net_URL and restore its original value after using it.
 [2004-09-03 15:33 UTC] avb
Fixed in CVS