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

Request #4030 HTTP_Request should be used instead of HTTP_Client
Submitted: 2005-04-02 11:17 UTC
From: schst Assigned: ttsuruoka
Status: Closed Package: Services_Amazon
PHP Version: Irrelevant OS: Irrelevant
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 : 44 + 8 = ?

 
 [2005-04-02 11:17 UTC] schst
Description: ------------ Services_Amazon uses HTTP_Client to send HTTP requests, although it does not use any of its features. The use of the more lightweight HTTP_Request package would be sufficient. Reproduce code: --------------- none Expected result: ---------------- none Actual result: -------------- none

Comments

 [2005-10-06 08:15 UTC] ttsuruoka at php dot net
Fixed. A new version of Services_Amazon uses HTTP_Request. Thanks.