diff options
author | Jérôme Loyet <fat@php.net> | 2012-01-04 21:19:55 +0000 |
---|---|---|
committer | Jérôme Loyet <fat@php.net> | 2012-01-04 21:19:55 +0000 |
commit | de92e5ab301a967be27484a0c173fabf0897744e (patch) | |
tree | d2518424a8511867e06280c09af848bd11232d3c | |
parent | c730ed96563a2a89ceca053499bc47675396e0b6 (diff) | |
download | php-git-de92e5ab301a967be27484a0c173fabf0897744e.tar.gz |
- Fixed credits for bug #60659
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,7 +23,8 @@ PHP NEWS - PHP-FPM SAPI: . Fixed bug #60629 (memory corruption when web server closed the fcgi fd). (fat) - . Fixed bug #60659 (FPM does not clear auth_user on request accept). (fat) + . Fixed bug #60659 (FPM does not clear auth_user on request accept). + (bonbons at linux-vserver dot org) - Improved Session extension: . Fixed bug #60640 (invalid return values). (Arpad) |