]> granicus.if.org Git - php/commitdiff
BFN
authorfoobar <sniper@php.net>
Wed, 19 Jan 2005 17:40:32 +0000 (17:40 +0000)
committerfoobar <sniper@php.net>
Wed, 19 Jan 2005 17:40:32 +0000 (17:40 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e905461782fa5fb1bff7262ca59f95bc862ffc7c..5489bc7341298678f271ca6e70a03d1c19f1ecfa 100644 (file)
--- 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)