scottmac Tue, 11 Aug 2009 22:45:21 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=287122
Log: Update NEWS entry with some stuff I missed. 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-11 22:22:21 UTC (rev 287121) +++ php/php-src/branches/PHP_5_3/NEWS 2009-08-11 22:45:21 UTC (rev 287122) @@ -1,9 +1,18 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2009, PHP 5.3.1 +- Upgraded bundled sqlite to version 3.6.17. (Scott) + - Improve dns_get_record AAAA support on windows. Always available when IPv6 is support is installed, format is now the same than on unix. (Pierre) +- Improve the DNS functions on OSX to use newer APIs, also use Bind 9 API + where available on other platforms. (Scott) +- Improve shared extension loading on OSX to use the standard Unix dlopen() API. + (Scott) +- Added error constant when json_encode() detects an invalid UTF-8 sequence. + (Scott) + - Fixed spl_autoload_unregister/spl_autoload_functions wrt. Closures and Functors. (Christian Seiler) - Fixed open_basedir circumvention for mail.log. (Maksymilian Arciemowicz,
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php