From: Andrei Zmievski Date: Tue, 22 May 2001 20:13:52 +0000 (+0000) Subject: Fixes. X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~280 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b31fbdc7b3a16e78abf887aa0cdbeeabeba64756;p=php Fixes. --- diff --git a/NEWS b/NEWS index a883dea884..ba0f488d34 100644 --- a/NEWS +++ b/NEWS @@ -3,10 +3,8 @@ PHP 4.0 NEWS ?? ??? 200?, Version 4.0.7-dev - Added get_defined_constants() function to return an associative array of constants mapped to their values. (Sean) -- New mailparse extension for parsing and manipulating MIME mail (Wez) -- Define HAVE_CONFIG_H when building standalone DSO extensions (Stig) -- Added the 'u' modifier to printf/sprintf which prints unsigned longs. - (Derick) +- New mailparse extension for parsing and manipulating MIME mail. (Wez) +- Define HAVE_CONFIG_H when building standalone DSO extensions. (Stig) - Added the 'u' modifier to printf/sprintf which prints unsigned longs. (Derick) - Improved IRIX compatibility. (Sascha)