]> granicus.if.org Git - php/commitdiff
Added pg_get_pid() that get backend process PID.
authorYasuo Ohgaki <yohgaki@php.net>
Thu, 17 Oct 2002 23:42:43 +0000 (23:42 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Thu, 17 Oct 2002 23:42:43 +0000 (23:42 +0000)
Does anyone prefer pg_get_backend_pid() or else?

NEWS

diff --git a/NEWS b/NEWS
index 31751cbc67183636d6ea60304a3074eab65efe76..61ddf55e39f82614fa2959db1557c14b29c60da4 100644 (file)
--- 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)