summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-01-19 17:40:32 +0000
committerfoobar <sniper@php.net>2005-01-19 17:40:32 +0000
commit873e694ccde43e4982289092a197daf6e0370b1c (patch)
tree05e472299248e0aeee8fb2084f1fbf4047cece04
parenta04ad392ffefaa8ae7bc618629fe0667bf27e721 (diff)
downloadphp-git-873e694ccde43e4982289092a197daf6e0370b1c.tar.gz
BFN
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
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)