]> granicus.if.org Git - php/commitdiff
-add some doc about versions
authorPierre Joye <pajoye@php.net>
Fri, 16 Jan 2009 13:52:13 +0000 (13:52 +0000)
committerPierre Joye <pajoye@php.net>
Fri, 16 Jan 2009 13:52:13 +0000 (13:52 +0000)
main/win32_internal_function_disabled.h

index af8e54a1a3a54fc3ae1430619d3214344117d071..4a32dada6bf1a57d2052fb7f32d7b71261e32465 100644 (file)
 /* $Id$ */
 
 /* 5 means the min version is 5 (XP/2000), 6 (2k8/vista), etc. */
+
+/*
+Windows Server 2008     6.0
+Windows Vista           6.0
+Windows Server 2003 R2  5.2
+Windows Server 2003     5.2
+Windows XP              5.1
+Windows 2000            5.0
+*/
 static const char *function_name_5[] = {"link", NULL};
 const int function_name_cnt_5 = 1;
 static const char *function_name_6[] = {"readlink", "symlink", NULL};