summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2021-02-24 18:40:32 +0000
committerFelipe Pena <felipe@php.net>2021-02-24 18:40:32 +0000
commit78b0a85de6c582d212e30b8b28aa099311c9a519 (patch)
tree3ae36c8ba770675458a490836dd5d9ca63cddc16
parent67bb06cc9b2fe20500b5359e06a4d3ba4ddfe117 (diff)
downloadphp-git-78b0a85de6c582d212e30b8b28aa099311c9a519.tar.gz
Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 76c023788f..46aa23e007 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,9 @@ PHP NEWS
. Fixed bug #80713 (SegFault when disabling ATTR_EMULATE_PREPARES and
MySQL 8.0). (Nikita)
+- phpdbg:
+ . Fixed bug #80757 (Exit code is 0 when could not open file). (Felipe)
+
- Session:
. Fixed bug #80774 (session_name() problem with backslash). (cmb)