]> granicus.if.org Git - php/commitdiff
- update
authorPierre Joye <pajoye@php.net>
Wed, 27 Jan 2010 08:14:50 +0000 (08:14 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 27 Jan 2010 08:14:50 +0000 (08:14 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e4e806c375f8531b0edb2a7b3fb2e67aebe60242..4b9cc072d03404b8febca879a9e648a4b0d56617 100644 (file)
--- 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)