diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-06-19 02:18:26 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-06-19 02:18:26 +0200 |
commit | 00677cd77163f1ae1d76da17b01a9b0b642a37e0 (patch) | |
tree | 37c7b7c37a9d3fd1d6eaf33938a74f8c5528aedf | |
parent | dd9f81dd47f7e3633db4d445a7385cf7c2ac2cd6 (diff) | |
download | php-git-00677cd77163f1ae1d76da17b01a9b0b642a37e0.tar.gz |
add missing entry to NEWS
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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). |