From: gggeek Date: Fri, 20 Mar 2015 10:05:52 +0000 (+0000) Subject: Fix last commit: make it closer to original code X-Git-Tag: 4.0.0-alpha^2~158 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c2302e5a79c0d99ab7056144d99021694f789611;p=plcapi.git Fix last commit: make it closer to original code --- 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(); } }