diff options
author | foobar <sniper@php.net> | 2005-01-19 17:40:32 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-01-19 17:40:32 +0000 |
commit | 873e694ccde43e4982289092a197daf6e0370b1c (patch) | |
tree | 05e472299248e0aeee8fb2084f1fbf4047cece04 | |
parent | a04ad392ffefaa8ae7bc618629fe0667bf27e721 (diff) | |
download | php-git-873e694ccde43e4982289092a197daf6e0370b1c.tar.gz |
BFN
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |