]> granicus.if.org Git - php/commitdiff
Bug fixing news.
authorIlia Alshanetsky <iliaa@php.net>
Tue, 15 Oct 2002 12:09:29 +0000 (12:09 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 15 Oct 2002 12:09:29 +0000 (12:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 07524a23c359f1c1e09d6282ae25bcd2e548ac25..95f29f32ed5a80bb3a5db585dfa7b2b0f9be67d4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,7 @@ PHP 4                                                                      NEWS
 - Added PGSQL_CONNECT_FORCE_NEW option to pg_connect() (Yasuo)
 - Added ICONV_IMPL and ICONV_VERSION constants to iconv extension to
   indicate which iconv implementation is used. (Moriyoshi)
+- Fixed bug #4232 (Added %e & %E support to printf/sprintf). (Ilia)
 - Fixed bug #17580 (Allow ini parser to parse files >16K). (Ilia)
 - Fixed bug #19649 (Sanity checks for browscap.ini parser). (Ilia)
 - Added experimental patch to address problem with floats on various locales.