pajoye Wed, 19 Aug 2009 18:45:13 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=287481
Log: - fix NEWS Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS =================================================================== --- php/php-src/branches/PHP_5_3/NEWS 2009-08-19 18:43:46 UTC (rev 287480) +++ php/php-src/branches/PHP_5_3/NEWS 2009-08-19 18:45:13 UTC (rev 287481) @@ -8,12 +8,12 @@ - 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 @@ - 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php