]> granicus.if.org Git - php/commitdiff
Rename pg_data_seek() to pg_result_seek().
authorYasuo Ohgaki <yohgaki@php.net>
Thu, 3 Oct 2002 02:41:19 +0000 (02:41 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Thu, 3 Oct 2002 02:41:19 +0000 (02:41 +0000)
Give a correct credit for Marcus and Wez.

NEWS

diff --git a/NEWS b/NEWS
index 8915d54a6469e356c5a8e252ee81ad0e14035f75..3d6ce675418032f401ae298ee1f809fcfdffa9cb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,10 +11,11 @@ PHP 4                                                                      NEWS
   . Renamed getallheaders() to apache_request_headers() and made an alias for BC.
   . Added php_apache_sapi_getenv() and php_apache_sapi_get_stat().
 - Fixed bug #17825 (ob_start() chunk size option didn't work well). (Yasuo)
-- Fixed output buffering implicit flush. (Yasuo, Marcus) 
+- Fixed output buffer infinate loop when buffer_size became 0. (Marcus, Wez)
+- Fixed output buffering implicit flush. (Yasuo) 
 - Added getopt() for parsing command line options and arguments. (Jon)
 - Added pg_fetch_assoc(), pg_fetch_all(), pg_ping(), pg_meta_data(), pg_convert(), 
-  pg_insert(), pg_select(), pg_update(), pg_delete(), pg_data_seek() and
+  pg_insert(), pg_select(), pg_update(), pg_delete(), pg_result_seek() and
   pg_unescape_bytea(). (Yasuo)
 - Fixed bug #17281 (Sanity checks for encoding sessions). (Ilia)
 - Fixed bug #16995 and #19392 (Prevent crash if $HTTP_SESSION_VARS != ARRAY).