From: Yasuo Ohgaki Date: Thu, 17 Oct 2002 08:04:28 +0000 (+0000) Subject: Added pg_get_notify() for better performace for applications X-Git-Tag: php-4.3.0pre2~318 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fc45de3deac818eb4aa25ca200efd24cc11c1cb;p=php Added pg_get_notify() for better performace for applications cache query results. Removed unneeded entry. --- diff --git a/NEWS b/NEWS index 89264881cd..31751cbc67 100644 --- a/NEWS +++ b/NEWS @@ -56,11 +56,10 @@ PHP 4 NEWS - Added array_diff_assoc() and array_intersect_assoc(). (Andrey) - Fixed bug #17825 (ob_start() chunk size option didn't work well). (Yasuo) - Fixed output buffer infinite 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_result_seek() and - pg_unescape_bytea(). (Yasuo) + pg_insert(), pg_select(), pg_update(), pg_delete(), pg_result_seek(), + pg_unescape_bytea() and pg_get_notify(). (Yasuo) - Fixed bug #17281 (Sanity checks for encoding sessions). (Ilia) - Fixed bug #16995 and #19392 (Prevent crash if $HTTP_SESSION_VARS != ARRAY). (Ilia)