From: Andrei Zmievski Date: Thu, 28 Mar 2002 21:08:56 +0000 (+0000) Subject: Cleanup. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~992 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8474d7944d56e02bad38e913be63f1ff088d4d63;p=php Cleanup. --- diff --git a/NEWS b/NEWS index 929374cd98..d0c6440342 100644 --- 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