]> granicus.if.org Git - php/commitdiff
add missing entry to NEWS
authorFerenc Kovacs <tyrael@php.net>
Thu, 19 Jun 2014 00:18:26 +0000 (02:18 +0200)
committerFerenc Kovacs <tyrael@php.net>
Thu, 19 Jun 2014 00:18:26 +0000 (02:18 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 01873989f11750fe51a50c6d26efbc13ba01a1f2..4e63ee10fe0e1292697316839d990adfb0878d96 100644 (file)
--- 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).