From: Jani Taskinen Date: Fri, 26 Oct 2007 08:13:15 +0000 (+0000) Subject: fix news X-Git-Tag: php-5.2.5RC2~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a6012ff21950123189ccc2137a78ccd1b3b7e36;p=php fix news --- diff --git a/NEWS b/NEWS index 061954eea4..4c28e65231 100644 --- a/NEWS +++ b/NEWS @@ -14,7 +14,7 @@ PHP NEWS array_udiff_assoc(). (Dmitry) - Fixed move_uploaded_file() to always set file permissions of resulting file - according to UMASK (Andrew Sitnikov) + according to UMASK. (Andrew Sitnikov) - Fixed possible crash in ext/soap because of uninitialized value. (Zdash Urf) - Fixed regression in glob() when enforcing safe_mode/open_basedir checks on paths containing '*'. (Ilia) @@ -43,8 +43,8 @@ PHP NEWS (Ilia) - Fixed bug #43020 (Warning message is missing with shuffle() and more than one argument). (Scott) -- Fixed bug #4294 (Move *timeout initialization from RINIT to connect time). - (Ilia) +- Fixed bug #42943 (ext/mssql: Move *timeout initialization from RINIT + to connect time). (Ilia) - Fixed bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode). (Ilia) - Fixed bug #42890 (Constant "LIST" defined by mysqlclient and c-client).