diff options
-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) |