From: Pierre Joye Date: Fri, 16 Jan 2009 11:25:14 +0000 (+0000) Subject: - entry for symlink, readlink, linkinfo and link X-Git-Tag: php-5.3.0beta1~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=205b558fb1aa2835751fd934e08f129323f30f91;p=php - entry for symlink, readlink, linkinfo and link --- diff --git a/NEWS b/NEWS index 1be1c583e0..9511daf2d2 100644 --- 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)