jani Sat, 29 Aug 2009 01:16:30 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=287872
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-28 22:46:43 UTC (rev 287871) +++ php/php-src/branches/PHP_5_3/NEWS 2009-08-29 01:16:30 UTC (rev 287872) @@ -7,11 +7,10 @@ - Added error constant when json_encode() detects an invalid UTF-8 sequence. (Scott) - - Improved readlink on Windows, supress \??\ and use the drive syntax only. - (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) + (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() @@ -147,15 +146,15 @@ (Sriram Natarajan) - Fixed bug #48116 (Fixed build with Openssl 1.0). (Pierre, Al dot Smith at aeschi dot ch dot eu dot org) -- Fixed bug #48057 (Only the date fields of the first row are fetched, - others are empty). (info at programmiernutte dot net) +- Fixed bug #48057 (Only the date fields of the first row are fetched, others + are empty). (info at programmiernutte dot net) - Fixed bug #47481 (natcasesort() does not sort extended ASCII characters correctly). (Herman Radtke) - Fixed bug #47351 (Memory leak in DateTime). (Derick, Tobias John) - Fixed bug #47273 (Encoding bug in SoapServer->fault). (Dmitry) - Fixed bug #46682 (touch() afield returns different values on windows). (Pierre) -- Fiexs bug #46614 (Extended MySQLi class gives incorrect empty() result). +- Fixed bug #46614 (Extended MySQLi class gives incorrect empty() result). (Andrey) - Fixed bug #46020 (with Sun Java System Web Server 7.0 on HPUX, #define HPUX). (Uwe Schindler)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php