From: Pierre Joye Date: Tue, 9 Jun 2009 14:04:28 +0000 (+0000) Subject: - fix NEWS X-Git-Tag: php-5.2.10RC2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12ab20c4fe5bbfd3da4a333bd87816ecfbf96908;p=php - fix NEWS --- diff --git a/NEWS b/NEWS index d5845220d2..6a808f9412 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,8 @@ - Fixed bug #48247 (Crash on errors during startup). (Stas) - Fixed bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value). (Matt) +- Fixed bug #47042 (cgi sapi is incorrectly removing SCRIPT_FILENAME). + (Sriram Natarajan, David Soria Parra) - Fixed bug #46386 (Digest authentication with SOAP module fails against MSSQL SOAP services). (Ilia, lordelph at gmail dot com) - Fixed bug #46109 (Memory leak when mysqli::init() is called multiple times). @@ -34,8 +36,7 @@ (Nuno, Scott) - Fixed bug #42143 (The constant NAN is reported as 0 on Windows) (Kanwaljeet Singla, Venkat Raman Don) -- Fixed bug #47042 (cgi sapi is incorrectly removing SCRIPT_FILENAME). - (Sriram Natarajan, David Soria Parra) + 27 May 2009, PHP 5.2.10RC1