]> granicus.if.org Git - php/commitdiff
- fix NEWS
authorPierre Joye <pajoye@php.net>
Wed, 19 Aug 2009 18:45:13 +0000 (18:45 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 19 Aug 2009 18:45:13 +0000 (18:45 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 278d456600be89e3c9216337e7fa792b5bb4af10..32335d6443a1bddbf39f2ba6cf7515813c1b5795 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,12 +8,12 @@ PHP                                                                        NEWS
 - Added error constant when json_encode() detects an invalid UTF-8 sequence.
   (Scott)
 
-- Improved dns_get_record AAAA support on windows. Always available when IPv6 is
-  support is installed, format is now the same than on unix. (Pierre)
+- Improved dns_get_record AAAA support on windows. Always available when IPv6
+  is support is installed, format is now the same than on unix. (Pierre)
 - Improved the DNS functions on OSX to use newer APIs, also use Bind 9 API
   where available on other platforms. (Scott)
-- Improved shared extension loading on OSX to use the standard Unix dlopen() API.
-  (Scott)
+- Improved shared extension loading on OSX to use the standard Unix dlopen()
+  API. (Scott)
 
 - Fixed spl_autoload_unregister/spl_autoload_functions wrt. Closures and
   Functors. (Christian Seiler)
@@ -142,8 +142,9 @@ PHP                                                                        NEWS
 - Fixed bug #45554 (Inconsistent behavior of the u format char). (Derick)
 - Fixed bug #43510 (stream_get_meta_data() does not return same mode as used
   in fopen). (Jani)
-- Fixed #43327, wrong return value from mail(), if sendmail_path is wrong. (Garrett)
-- Fixed bug #42434 (ImageLine w/ antialias = 1px shorter). (wojjie at gmail dot 
+- Fixed #43327, wrong return value from mail(), if sendmail_path is wrong.
+  (Garrett)
+- Fixed bug #42434 (ImageLine w/ antialias = 1px shorter). (wojjie at gmail dot
   com, Kalle)
 - Fixed bug #38091 (Mail() does not use FQDN when sending SMTP helo). 
   (Kalle, Rick Yorgason)