]> granicus.if.org Git - php/commitdiff
- Added missing entry for mysql_info() and fixed some entries
authorfoobar <sniper@php.net>
Fri, 29 Mar 2002 13:05:08 +0000 (13:05 +0000)
committerfoobar <sniper@php.net>
Fri, 29 Mar 2002 13:05:08 +0000 (13:05 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 8d45b224b6fcff7ea2399d054059cc09d67f85ee..85502487d537683813176928af7e916dccfc2d36 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,13 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2002, Version 4.3.0
-- A project has been added to the crack extension to allow it to be compiled
-  under Win32.  Cracklib libraries for Win32 are available from
-  http://www.jtatesoftware.com/cracklib/.
-- 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
+- Made crack extension available to Win32. Cracklib libraries for Win32 are 
+  available from http://www.jtatesoftware.com/cracklib/. (jtate)
+- Added mysql_info() function. (Jan)
+- Added mysql_list_processes() and mysql_stat() functions. (Georg)
+- Added file_get_contents($filename), which returns the contents of a file
+  as a string. It also supports URL wrappers. (Wez)
+- Changed fopen wrappers ('php://', 'bz2://' and 'zlib://') to require the
   '://' separator (instead of simply 'php:', 'bz2:' and 'zlib:') to avoid
   ambiguities when filenames have ':' characters. (Wez)
 - Added URL-wrapper support to exif. (Marcus)