]> granicus.if.org Git - php/commitdiff
fix news
authorJani Taskinen <jani@php.net>
Fri, 26 Oct 2007 08:13:15 +0000 (08:13 +0000)
committerJani Taskinen <jani@php.net>
Fri, 26 Oct 2007 08:13:15 +0000 (08:13 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 061954eea468a2e706e681e6641f45e103a0e53c..4c28e65231fcf691084566fdea0574276ec4d8bf 100644 (file)
--- 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).