From: Ferenc Kovacs Date: Wed, 24 Sep 2014 07:39:14 +0000 (+0200) Subject: add missing NEWS entry for the phpdbg compilation fix X-Git-Tag: php-5.6.4RC1~59^2~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8673394ecc903898c49843d7fb8735ebf9f4eb99;p=php add missing NEWS entry for the phpdbg compilation fix --- diff --git a/NEWS b/NEWS index d3280b6177..33e72788c1 100644 --- a/NEWS +++ b/NEWS @@ -53,6 +53,9 @@ PHP NEWS - DOM: . Made DOMNode::textContent writeable. (Tjerk) +- phpdbg: + . Fixed issue krakjoe/phpdbg#111 (compile error without ZEND_SIGNALS). (Bob) + - SOAP: . Fixed bug #67955 (SoapClient prepends 0-byte to cookie names). (Philip Hofstetter)