diff options
author | Pierre Joye <pajoye@php.net> | 2009-08-19 18:45:13 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2009-08-19 18:45:13 +0000 |
commit | 897083659e9430c269e6920e38a551a05ea846b6 (patch) | |
tree | 9d26a00dff4ef30a147bc30209c676877ab463ef | |
parent | b64e5e6bd0c3929648a5220381f65f7187260666 (diff) | |
download | php-git-897083659e9430c269e6920e38a551a05ea846b6.tar.gz |
- fix NEWS
-rw-r--r-- | NEWS | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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) |