diff options
author | Christoph M. Becker <cmb@php.net> | 2015-08-09 02:59:15 +0200 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2015-08-09 02:59:15 +0200 |
commit | 64a51893585e00e69f5de4520ac6209363f9c6ff (patch) | |
tree | 65bfc9afbf5c7fa6c368f6992de8bb3701be4bb9 | |
parent | fc69549593cb1ab4f9fa0fd41d74000cd4a98894 (diff) | |
download | php-git-64a51893585e00e69f5de4520ac6209363f9c6ff.tar.gz |
updated NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ PHP NEWS - Code: . Fixed bug #70215 (Segfault when __invoke is static). (Bob) +- CLI server: + . Fixed bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE). + (wusuopu, cmb) + - Phpdbg: . Fixed bug #70214 (FASYNC not defined, needs sys/file.h include). (Bob) |