From: Ferenc Kovacs Date: Wed, 30 Jul 2014 09:26:55 +0000 (+0200) Subject: add missing entries to NEWS X-Git-Tag: PRE_PHPNG_MERGE~44^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d325a1c5238872b57ec0adf533438ea57bc1b554;p=php add missing entries to NEWS --- 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)