From: Antony Dovgal Date: Tue, 1 Aug 2006 08:32:59 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.2.0RC2~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf41e955edc6e2592510475c835c7212f544f78d;p=php BFN --- diff --git a/NEWS b/NEWS index eb947a4883..b3a2af84ee 100644 --- a/NEWS +++ b/NEWS @@ -26,6 +26,8 @@ PHP NEWS - Fixed phpinfo() cutoff of variables at \0. (Ilia) - Fixed a bug in the filter extension that prevented magic_quotes_gpc from being applied when RAW filter is used. (Ilia) +- Fixed bug #38278 (session_cache_expire()'s value does not match phpinfo's + session.cache_expire). (Tony) - Fixed bug #38261 (openssl_x509_parse() leaks with invalid cert) (Pierre) - Fixed bug #38255 (openssl possible leaks while passing keys) (Pierre) - Fixed bug #38253 (PDO produces segfault with default fetch mode). (Tony)