diff options
author | Pierre Joye <pajoye@php.net> | 2010-09-01 10:23:58 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-09-01 10:23:58 +0000 |
commit | f22c9a67f9af09d1ccf83fefe009f44539f30ff2 (patch) | |
tree | 0f4c45200220562008372b3bbc13818cb9804779 | |
parent | b1e0e9ea5afdd3083592de5c96d798502892e30d (diff) | |
download | php-git-f22c9a67f9af09d1ccf83fefe009f44539f30ff2.tar.gz |
- is_link note
-rwxr-xr-x | UPGRADING | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -204,7 +204,8 @@ UPGRADE NOTES - PHP X.Y 12. Windows support =================== -- +- is_link now works properly for symbolic links on Windows Vista + or later. Earlier systems do not support symbolic links. =================== 13. New in PHP X.Y: |