From: Felipe Pena Date: Wed, 17 Jun 2009 19:55:32 +0000 (+0000) Subject: - Reorder X-Git-Tag: php-5.3.0RC4~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ef7c93849a55c7f70335d47d771f858ba25b473;p=php - Reorder --- diff --git a/NEWS b/NEWS index b782a9fce7..e3fa9d1d8d 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ ?? ??? 2009, PHP 5.3.0 RC 4 - Upgraded bundled sqlite to version 3.6.15. (Scott) +- Fixed readlink on Windows in thread safe SAPI (apache2.x etc.). (Pierre) + - Added phar.phar generation for Windows. (Greg) - Added ACL Cache support on Windows. (Kanwaljeet Singla, Pierre, Venkat Raman Don) @@ -10,14 +12,13 @@ - Fixed bug #48578 (Can't build 5.3 on FBSD 4.11). (Rasmus) - Fixed bug #48541 (spl_autoload_register only registers first closure, then leaks the others). (Greg) -- Fixed bug #48533 (__callStatic is not invoked for private/protected methods). - (Felipe) -- Fixed bug #47318 (UMR when trying to activate user config). (Pierre) - Fixed bug #48535 (file_exists returns false when impersonate is used). (Kanwaljeet Singla, Venkat Raman Don) +- Fixed bug #48533 (__callStatic is not invoked for private/protected methods). + (Felipe) - Fixed bug #47767 (include_once does not resolve windows symlinks or junctions) (Kanwaljeet Singla, Venkat Raman Don) -- Fixed readlink on Windows in thread safe SAPI (apache2.x etc.). (Pierre) +- Fixed bug #47318 (UMR when trying to activate user config). (Pierre) 11 Jun 2009, PHP 5.3.0 RC 3 - Upgraded bundled sqlite to version 3.6.14.2. (Scott, Ilia)