]> granicus.if.org Git - php/commitdiff
- Commit NEWS Entry for:
authorAndi Gutmans <andi@php.net>
Thu, 17 Feb 2005 22:08:29 +0000 (22:08 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 17 Feb 2005 22:08:29 +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 eb268f0833b2c342f373e3985ed87d77c7c64dd7..26b98ae7d07c29b7847b8d9dc6008b4b1bbe9117 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ PHP 4                                                                      NEWS
 - Fixed build system to always use bundled libtool files. (Jani)  
 - Fixed MacOSX shared extensions crashing on Apache startup. (Rasmus)
 - Fixed bug #31936 (set_h_errno() is redefined incompatibly). (Jani)
+- Fixed bug #31960 (msql_fetch_row() and msql_fetch_array() dropping columns
+  with NULL values). (Daniel Convissor)
 - Fixed bug #31858 (--disable-cli does not force --without-pear). (Jani)
 - Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string).
   (Jani)