summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 01873989f1..4e63ee10fe 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,7 @@ PHP NEWS
code). (Adam)
. Fixed bug #67433 (SIGSEGV when using count() on an object implementing
Countable). (Matteo)
+ . Fixed bug #67399 (putenv with empty variable may lead to crash). (Stas)
- CLI server:
. Implemented FR #67429 (CLI server is missing some new HTTP response codes).