summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2012-03-21 09:16:15 -0700
committerRasmus Lerdorf <rasmus@php.net>2012-03-21 09:16:15 -0700
commitcff89ceda0f237f7d5368056ed59c657065fe094 (patch)
treee719ab9297a0bf917941762f6bff8b6a752aa054
parent2208fb32564cf13578c4bb77c6792d5e6b767e76 (diff)
downloadphp-git-cff89ceda0f237f7d5368056ed59c657065fe094.tar.gz
NEWS entry for readline fix
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
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)