]> granicus.if.org Git - php/commitdiff
Cleanup.
authorAndrei Zmievski <andrei@php.net>
Thu, 28 Mar 2002 21:08:56 +0000 (21:08 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 28 Mar 2002 21:08:56 +0000 (21:08 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 929374cd98a3281366f532e39adce81276d57bc8..d0c6440342df54efa432ae25010ca79f93baad82 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,7 @@
 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 two new functions: mysql_list_processes and mysql_stat. (Georg)
 - 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