From: Yasuo Ohgaki Date: Thu, 17 Oct 2002 23:42:43 +0000 (+0000) Subject: Added pg_get_pid() that get backend process PID. X-Git-Tag: php-4.3.0pre2~308 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aab58233c5bea4b972f3362b85fe86855629ef87;p=php Added pg_get_pid() that get backend process PID. Does anyone prefer pg_get_backend_pid() or else? --- diff --git a/NEWS b/NEWS index 31751cbc67..61ddf55e39 100644 --- a/NEWS +++ b/NEWS @@ -59,7 +59,7 @@ PHP 4 NEWS - 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(), - pg_unescape_bytea() and pg_get_notify(). (Yasuo) + pg_unescape_bytea(), pg_get_notify() and pg_get_pid(). (Yasuo) - Fixed bug #17281 (Sanity checks for encoding sessions). (Ilia) - Fixed bug #16995 and #19392 (Prevent crash if $HTTP_SESSION_VARS != ARRAY). (Ilia)