]> granicus.if.org Git - php/commitdiff
add missing NEWS entry for the phpdbg compilation fix
authorFerenc Kovacs <tyrael@php.net>
Wed, 24 Sep 2014 07:39:14 +0000 (09:39 +0200)
committerFerenc Kovacs <tyrael@php.net>
Wed, 24 Sep 2014 07:39:14 +0000 (09:39 +0200)
NEWS

diff --git a/NEWS b/NEWS
index d3280b6177127278cd7642b5ec3f7c7899c45153..33e72788c1a0cd229dd17f301bebc92a9ee63ddb 100644 (file)
--- 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)