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

Bug #15804 Services_Yadis::getUserResponse() always returns false
Submitted: 2009-01-29 06:44 UTC
From: shupp Assigned: doconnor
Status: Closed Package: Services_Yadis (version 0.2.2)
PHP Version: Irrelevant OS: irrelevant
Roadmaps: (Not assigned)    
Subscription  


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 : 48 - 36 = ?

 
 [2009-01-29 06:44 UTC] shupp (Bill Shupp)
Description: ------------ It expects $this->_metaHttpEquivResponse to be an instance of HTTP_Request, but it's actually the value of $request->getResponse() Test script: --------------- $yadis = new Services_Yadis('https://me.yahoo.com'); @$yadis->discover(); var_dump($yadis->getUserREsponse()); Expected result: ---------------- [HTML from request] Actual result: -------------- bool(false)

Comments

 [2009-05-24 20:25 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Closed -Assigned To: +Assigned To: doconnor
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.