]> granicus.if.org Git - php/commitdiff
- Commit fix:
authorAndi Gutmans <andi@php.net>
Thu, 17 Feb 2005 22:08:54 +0000 (22:08 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 17 Feb 2005 22:08:54 +0000 (22:08 +0000)
- Fixed bug #31960 (msql_fetch_row() and msql_fetch_array() dropping columns
  with NULL values). (Daniel Convissor)

NEWS

diff --git a/NEWS b/NEWS
index 687866303336767da4504ecfa78c07bbf1bd33f5..8cb7983c76a781902ed40f7c61550918ff208056 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,8 @@ PHP                                                                        NEWS
 - Fixed posix_getsid() & posix_getpgid() to return sid & pgid instead 
   of true. (Tony)
 - Fixed bug #31980 (Unicode exif data not available on Windows). (Edin)
+- Fixed bug #31960 (msql_fetch_row() and msql_fetch_array() dropping columns
+  with NULL values). (Daniel Convissor)
 - Fixed bug #31878 (Segmentation fault using clone keyword on nodes). (Rob)
 - Fixed bug #31858 (--disable-cli does not force --without-pear). (Jani)
 - Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string).