]> granicus.if.org Git - php/commitdiff
.
authorRasmus Lerdorf <rasmus@php.net>
Sat, 15 Jul 2000 01:54:59 +0000 (01:54 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sat, 15 Jul 2000 01:54:59 +0000 (01:54 +0000)
NEWS

diff --git a/NEWS b/NEWS
index de0896f1c9a90d68a790ce9f6b4c7ddf0327bb34..54306bd29241eeb22103346b07ae5088e2fb6e6a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ PHP 4.0                                                                    NEWS
 - Add ImageTypes() function which returns a bitfield with the supported
   image formats.  1=gif, 2=jpeg, 4=png and 8=wbmp (Rasmus)
 - Make it possible to specify an empty string as a thousands-seperator
-  in number_format()
+  in number_format() (Rasmus)
 - Shared module support for LDAP extension (Troels Arvin)
 - Fixed a bug with imap_mail where apache would segfault if the rpath
   parameter was specified.