]> granicus.if.org Git - php/commitdiff
Added pg_fetch_assoc()
authorYasuo Ohgaki <yohgaki@php.net>
Mon, 30 Sep 2002 08:26:23 +0000 (08:26 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Mon, 30 Sep 2002 08:26:23 +0000 (08:26 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ed4ca8d4a0df692ea4b58d9d2e5c399432b2b7fc..bf0f2c7ce607288ba266ef83c5bda69d96c91c84 100644 (file)
--- 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)