Fix last commit: make it closer to original code
authorgggeek <giunta.gaetano@gmail.com>
Fri, 20 Mar 2015 10:05:52 +0000 (10:05 +0000)
committergggeek <giunta.gaetano@gmail.com>
Fri, 20 Mar 2015 10:05:52 +0000 (10:05 +0000)
NEWS
src/Request.php

diff --git a/NEWS b/NEWS
index f3cb530..b1b1e49 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,8 @@ even though we strongly urge you to use more recent versions.
 
 * improved: phpunit is now installed via composer, not bundled anymore
 
+* improved: debug messages are not html-escaped when executing from the command line
+
 
 XML-RPC for PHP version 3.0.0 - 2014/6/15
 
index a466a50..835767a 100644 (file)
@@ -567,7 +567,5 @@ class Request
         else {
             print "\n$message\n";
         }
-        // let the client see this now in case http times out...
-        flush();
     }
 }