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

Request #2933 Fatal error if requested URL is empty
Submitted: 2004-12-09 12:44 UTC
From: ths Assigned: avb
Status: Closed Package: HTTP_Client
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 : 19 + 1 = ?

 
 [2004-12-09 12:44 UTC] ths
Description: ------------ If you try to request an empty URL with HTTP_Client this runs in: Fatal error: Call to a member function on a non-object in ...PEAR/HTTP/Client.php on line 278 because the $request->_url object is empty. Expected result: ---------------- Would be nice to see some clear error message triggerd in this case.

Comments

 [2004-12-28 19:53 UTC] avb
HTTP_Request::sendRequest() already checks whether an URL was given and throws an error. Thus we should only check whether $request->_url is empty before making that particular, HTTP_Request will handle the rest.
 [2006-06-02 20:10 UTC] avb (Alexey Borzov)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.