From b820701969f91e2ef03d4e90686f80e2cbe39a20 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Tue, 3 Nov 2020 09:54:24 +0000 Subject: [PATCH] Remove obsolete info regarding Vista/2008 Windows Vista/2008 is required as of PHP 5.5.0 anyway; no need to mention that requirement here. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351180 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/symlink.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/reference/filesystem/functions/symlink.xml b/reference/filesystem/functions/symlink.xml index f7982dfd99..8047a68fca 100644 --- a/reference/filesystem/functions/symlink.xml +++ b/reference/filesystem/functions/symlink.xml @@ -71,17 +71,6 @@ echo readlink($link); - - &reftitle.notes; - - - Windows users should note that this function will only work if the system - you run PHP from is Windows Vista/Windows Server 2008 or newer. Windows - versions prior to that do not support symbolic links. - - - - &reftitle.seealso;