From: Yasuo Ohgaki Date: Mon, 30 Sep 2002 08:26:23 +0000 (+0000) Subject: Added pg_fetch_assoc() X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95ed0fb2d55a84b238f03139197920354c6a650d;p=php Added pg_fetch_assoc() --- diff --git a/NEWS b/NEWS index ed4ca8d4a0..bf0f2c7ce6 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ PHP 4 NEWS - ATTENTION!! "make install" will *always* install the CLI SAPI binary in {PREFIX}/bin/php. If you did enable the CGI binary to be build, it is installed as {PREFIX}/bin/php-cgi. +- Added pg_fetch_assoc() returns associative array from result resource. + (Yasu) - Fixed bug #17281 (Sanity checks for encoding sessions). (Ilia) - Fixed bug #16995 and #19392 (Prevent crash if $HTTP_SESSION_VARS != ARRAY). (Ilia)