From: Pierre Joye Date: Wed, 27 Jan 2010 08:14:50 +0000 (+0000) Subject: - update X-Git-Tag: php-5.4.0alpha1~380 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4118379bda8505738e48ab928309786e8e79b763;p=php - update --- diff --git a/NEWS b/NEWS index e4e806c375..4b9cc072d0 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,10 @@ PHP NEWS - Fixed possible crash when a error/warning is raised during php startup. (Pierre) +- Fixed possible bad behavior of rename on windows when used with symbolic + links or invalid paths. (Pierre) +- Fixed stderr output of errors messages on windows, it is now print out + synchronously as on most unix platforms. (Pierre) - Fixed bug #50829 (php.ini directive pdo_mysql.default_socket is ignored). (Ilia)