]> granicus.if.org Git - php/commitdiff
- entry for symlink, readlink, linkinfo and link
authorPierre Joye <pajoye@php.net>
Fri, 16 Jan 2009 11:25:14 +0000 (11:25 +0000)
committerPierre Joye <pajoye@php.net>
Fri, 16 Jan 2009 11:25:14 +0000 (11:25 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 1be1c583e07517989bf1f36dd7374dd3dc9f4a71..9511daf2d261aa7ab6b74f322e22286659a34a57 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,8 @@ PHP                                                                        NEWS
   argument is passed. (Sara)
 - Changed open_basedir to allow tightening in runtime contexts. (Sara)
 
+- Added support for symlink, readlink, linkinfo and link on Windows. They are
+  available only when the running plaform supports them. (Pierre)
 - Added support for gray levels PNG image with alpha in GD extension. (Pierre)
 - Added support for salsa hashing functions in HASH extension. (Scott)
 - Added DOMNode::getLineNo to get line number of parsed node. (Rob)