From: Rasmus Lerdorf Date: Sat, 15 Jul 2000 01:54:59 +0000 (+0000) Subject: . X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1877a3a30e84ec80e4791b3c837444612906781;p=php . --- diff --git a/NEWS b/NEWS index de0896f1c9..54306bd292 100644 --- 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.