yohgaki Thu Oct 17 19:42:44 2002 EDT Modified files: /php4 NEWS Log: Added pg_get_pid() that get backend process PID. Does anyone prefer pg_get_backend_pid() or else? Index: php4/NEWS diff -u php4/NEWS:1.1212 php4/NEWS:1.1213 --- php4/NEWS:1.1212 Thu Oct 17 04:04:28 2002 +++ php4/NEWS Thu Oct 17 19:42:43 2002 @@ -59,7 +59,7 @@ - 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php