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

Bug #17806 "DELETE Method" is not support
Submitted: 2010-08-24 15:12 UTC
From: cockok Assigned: gauthierm
Status: Closed Package: HTTP_OAuth (version 0.1.18)
PHP Version: 5.3.3 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2010-08-24 15:12 UTC] cockok (Kazuya Akiyama)
Description: ------------ "DELETE Method" is not support. Please add request parameters. Test script: --------------- $oauth->sendRequest('http://api.twitter.com/1/user/list/members.xml', array('id' => '1'), 'DELETE'); Expected result: ---------------- HTTP Request Headers DELETE /1/user/list/members.xml HTTP/1.1 Host: api.twitter.com ... Actual result: -------------- HTTP Request Headers DELETE /1/user/list/members.xml?id=1 HTTP/1.1 Host: api.twitter.com ...

Comments

 [2013-11-01 20:04 UTC] gauthierm (Michael Gauthier)
-Status: Open +Status: Closed -Assigned To: +Assigned To: gauthierm
This bug has been fixed in SVN. 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. https://github.com/pear/HTTP_OAuth/pull/5