]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Mon, 25 Mar 2002 01:22:42 +0000 (01:22 +0000)
committer <changelog@php.net> <>
Mon, 25 Mar 2002 01:22:42 +0000 (01:22 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 47d006dd9dc469062c219dd06c51bddc4ff78090..929374cd98a3281366f532e39adce81276d57bc8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2002, Version 4.3.0
+- Added two new functions: mysql_list_processes and mysql_stat (Georg)
+- mysql_list_processes() fetches information on the processes running on
+  the MySQL server.
+  mysql_stat() returns status information for a MySQL server.
 - Added file_get_contents($filename), which will return the contents of a file
   as a string.  It can be used with URL wrappers. (Wez)
 - All special fopen wrappers ('php://', 'bz2://' and 'zlib://') now require the