projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60dda65
)
add missing NEWS entry for the phpdbg compilation fix
author
Ferenc Kovacs
<tyrael@php.net>
Wed, 24 Sep 2014 07:39:14 +0000
(09:39 +0200)
committer
Ferenc Kovacs
<tyrael@php.net>
Wed, 24 Sep 2014 07:39:14 +0000
(09:39 +0200)
NEWS
patch
|
blob
|
history
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)