From: foobar Date: Wed, 19 Jan 2005 17:40:32 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.0.4RC1~306 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=873e694ccde43e4982289092a197daf6e0370b1c;p=php BFN --- diff --git a/NEWS b/NEWS index e905461782..5489bc7341 100644 --- a/NEWS +++ b/NEWS @@ -40,13 +40,15 @@ PHP NEWS - Fixed bug #30120 (imagettftext() and imagettfbbox() accept too many parameters). (Jani) - Fixed bug #29136 (make test - libtool failure on MacOSX). (Jani) +- Fixed bug #28976 (mail(): use "From:" from headers if sendmail_from is empty). + (Jani) - Fixed bug #28930 (PHP sources pick wrong header files generated by bison). (eggert at gnu dot org, Jani) - Fixed bug #28444 (Cannot access undefined property for object with overloaded property access). (Dmitry) - Fixed bug #28074 (FastCGI: stderr should be written in a FCGI stderr stream). (chris at ex-parrot dot com) - + 15 Dec 2004, PHP 5.0.3 - Added the %F modifier to *printf to render a non-locale-aware representation of a float with the . as decimal seperator. (Derick)