summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-07-30 11:26:55 +0200
committerFerenc Kovacs <tyrael@php.net>2014-07-30 11:26:55 +0200
commitd325a1c5238872b57ec0adf533438ea57bc1b554 (patch)
tree8ecd94e2ebe200320496b3152eee7bdd8436319f
parent858c076810166630e384e610a7d0932e4ebf1f02 (diff)
downloadphp-git-d325a1c5238872b57ec0adf533438ea57bc1b554.tar.gz
add missing entries to NEWS
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a030072473..492d26c8c7 100644
--- a/NEWS
+++ b/NEWS
@@ -47,6 +47,12 @@ PHP NEWS
- Phar:
. Fixed bug #67587 (Redirection loop on nginx with FPM). (Christian Weiske)
+- readline:
+ . Fixed bug #55496 (Interactive mode doesn't force a newline before the
+ prompt). (Bob, Johannes)
+ . Fixed bug #67496 (Save command history when exiting interactive shell
+ with control-c). (Dmitry Saprykin, Johannes)
+
- Reflection:
. Implemented FR #67713 (loosen the restrictions on
ReflectionClass::newInstanceWithoutConstructor()). (Ferenc)