summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-06-19 02:18:26 +0200
committerFerenc Kovacs <tyrael@php.net>2014-06-19 02:18:26 +0200
commit00677cd77163f1ae1d76da17b01a9b0b642a37e0 (patch)
tree37c7b7c37a9d3fd1d6eaf33938a74f8c5528aedf
parentdd9f81dd47f7e3633db4d445a7385cf7c2ac2cd6 (diff)
downloadphp-git-00677cd77163f1ae1d76da17b01a9b0b642a37e0.tar.gz
add missing entry to NEWS
-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).