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

Request #8240 debug output of methodcall
Submitted: 2006-07-18 15:03 UTC
From: till Assigned: danielc
Status: Closed Package: XML_RPC (version 1.5.0)
PHP Version: 5.1.4 OS: any
Roadmaps: 1.5.3    
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 : 29 - 13 = ?

 
 [2006-07-18 15:03 UTC] till (till)
Description: ------------ Inside XML_RPC::sendPayloadHTTP10(), I added some code to output the method call generated/sent to the XML-RPC server. Could be useful for others. I am guessing one would expect that part in a debug output anyway. Test script: --------------- /* after: */ $op = $this->headers . "\r\n\r\n"; $op .= $msg->payload; /* put: */ if ($this->debug == 1) { print "\n<pre>---SENT---\n"; echo htmlentities($op); print "\n---SENT---</pre>\n"; } Expected result: ---------------- Debug output. Actual result: -------------- Debug output.

Comments

 [2010-01-07 20:37 UTC] danielc (Daniel Convissor)
-Status: Open +Status: Closed -Assigned To: +Assigned To: danielc
Committed to SVN. Will show up in next release.