From c2302e5a79c0d99ab7056144d99021694f789611 Mon Sep 17 00:00:00 2001 From: gggeek Date: Fri, 20 Mar 2015 10:05:52 +0000 Subject: [PATCH] Fix last commit: make it closer to original code --- NEWS | 2 ++ src/Request.php | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index f3cb5304..b1b1e49a 100644 --- 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 diff --git a/src/Request.php b/src/Request.php index a466a508..835767a8 100644 --- a/src/Request.php +++ b/src/Request.php @@ -567,7 +567,5 @@ class Request else { print "\n$message\n"; } - // let the client see this now in case http times out... - flush(); } } -- 2.47.0