From: Yasuo Ohgaki Date: Thu, 3 Oct 2002 02:41:19 +0000 (+0000) Subject: Rename pg_data_seek() to pg_result_seek(). X-Git-Tag: php-4.3.0pre1~292 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22220d8983dd70873f05b27e34d427ab7a881f49;p=php Rename pg_data_seek() to pg_result_seek(). Give a correct credit for Marcus and Wez. --- diff --git a/NEWS b/NEWS index 8915d54a64..3d6ce67541 100644 --- 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).