jani Mon, 17 Aug 2009 20:14:25 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=287427
Log: - Fix news Changed paths: U php/php-src/branches/PHP_5_2/NEWS U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_2/NEWS =================================================================== --- php/php-src/branches/PHP_5_2/NEWS 2009-08-17 19:39:02 UTC (rev 287426) +++ php/php-src/branches/PHP_5_2/NEWS 2009-08-17 20:14:25 UTC (rev 287427) @@ -6,9 +6,10 @@ - Fixed bug #49269 (Ternary operator fails on Iterator object when used inside foreach declaration). (Etienne, Dmitry) - Fixed bug #49236 (Missing PHP_SUBST(PDO_MYSQL_SHARED_LIBADD)). (Jani) -- Fixed bug #49144 (import of schema from different host transmits original +- Fixed bug #49144 (Import of schema from different host transmits original authentication details). (Dmitry) + 13 Aug 2009, PHP 5.2.11RC1 - Fixed regression in cURL extension that prevented flush of data to output defined as a file handle. (Ilia) Modified: php/php-src/branches/PHP_5_3/NEWS =================================================================== --- php/php-src/branches/PHP_5_3/NEWS 2009-08-17 19:39:02 UTC (rev 287426) +++ php/php-src/branches/PHP_5_3/NEWS 2009-08-17 20:14:25 UTC (rev 287427) @@ -1,9 +1,12 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2009, PHP 5.3.1 -- Added missing sanity checks around exif processing. (Ilia) - Upgraded bundled sqlite to version 3.6.17. (Scott) +- Added missing sanity checks around exif processing. (Ilia) +- 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 the DNS functions on OSX to use newer APIs, also use Bind 9 API @@ -11,9 +14,6 @@ - Improved 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, @@ -28,7 +28,7 @@ - Fixed bug #49193 (gdJpegGetVersionString() inside gd_compact identifies wrong type in declaration). (Ilia) - Fixed bug #49183 (dns_get_record does not return NAPTR records). (Pierre) -- Fixed bug #49144 (import of schema from different host transmits original +- Fixed bug #49144 (Import of schema from different host transmits original authentication details). (Dmitry) - Fixed bug #49132 (posix_times returns false without error). (phpbugs at gunnu dot us)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php