]> granicus.if.org Git - php/commitdiff
- update news for my last TSRM fixes
authorPierre Joye <pajoye@php.net>
Tue, 25 Aug 2009 23:22:52 +0000 (23:22 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 25 Aug 2009 23:22:52 +0000 (23:22 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 1ca2ebaa7f417c9bc4ced17393c70531a7d015c6..fdf485618976f14792a92ef734d6ea72ed34fcd3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,9 @@ PHP                                                                        NEWS
 - Improved shared extension loading on OSX to use the standard Unix dlopen()
   API. (Scott)
 
+- Fixed possilbe bad caching of symlinked directories in the realpath cache
+  on Windows. (Pierre)
+- Fixed atime and mtime in stat related functions on Windows. (Pierre)
 - Fixed spl_autoload_unregister/spl_autoload_functions wrt. Closures and
   Functors. (Christian Seiler)
 - Fixed open_basedir circumvention for "mail.log" ini directive.
@@ -56,6 +59,8 @@ PHP                                                                        NEWS
   strings as option keys). (Jani)
 - Fixed bug #49052 (context option headers freed too early when using
   --with-curlwrappers). (Jani)
+- Fixed bug #49047 (The function touch() fails on directories on Windows).
+  (Pierre)
 - Fixed bug #49032 (SplFileObject::fscanf() variables passed by reference).
   (Jani)
 - Fixed bug #49026 (proc_open() can bypass safe_mode_protected_env_vars