From: Rasmus Lerdorf Date: Wed, 21 Mar 2012 16:16:15 +0000 (-0700) Subject: NEWS entry for readline fix X-Git-Tag: php-5.4.1RC1~2^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cff89ceda0f237f7d5368056ed59c657065fe094;p=php NEWS entry for readline fix --- diff --git a/NEWS b/NEWS index 1b9b4cf256..ceb1ad0310 100644 --- a/NEWS +++ b/NEWS @@ -58,7 +58,9 @@ PHP NEWS - Readline: . Fixed bug #61088 (Memory leak in readline_callback_handler_install). (Nikic, Laruence) - + . Add open_basedir checks to readline_write_history and readline_read_history. + (Rasmus, reported by Mateusz Goik) + - Session . Fixed bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()). (Ilia)