From: Andi Gutmans Date: Thu, 17 Feb 2005 22:08:29 +0000 (+0000) Subject: - Commit NEWS Entry for: X-Git-Tag: php-4.3.11RC1~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a410c71e1001021c2220160b9bd34a7b0d94cc96;p=php - Commit NEWS Entry for: - Fixed bug #31960 (msql_fetch_row() and msql_fetch_array() dropping columns with NULL values). (Daniel Convissor) --- diff --git a/NEWS b/NEWS index eb268f0833..26b98ae7d0 100644 --- 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)