From: Bob Weinand Date: Fri, 24 Oct 2014 17:26:04 +0000 (+0200) Subject: Added some NEWS X-Git-Tag: php-5.6.3RC1~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c03ac47bafd0ea55055a2f3d4de0bc6bb4d98d8d;p=php Added some NEWS --- diff --git a/NEWS b/NEWS index 1947e2aa68..b1d56ac0f5 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,10 @@ PHP NEWS array notation) (Florian) . Implemented 64-bit format codes for pack() and unpack(). (Leigh) +- phpdbg: + . Added XML protocol (-x command line flag). (Bob) + . Added hard interruptions (twice SIGINT). (Bob) + - Fileinfo: . Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB) . Fixed bug #68224 (buffer-overflow in libmagic/readcdf.c caught by