pajoye          Fri Jan 16 13:52:44 2009 UTC

  Modified files:              
    /php-src/main       win32_internal_function_disabled.h 
  Log:
  -add some doc about versions
  
http://cvs.php.net/viewvc.cgi/php-src/main/win32_internal_function_disabled.h?r1=1.2&r2=1.3&diff_format=u
Index: php-src/main/win32_internal_function_disabled.h
diff -u php-src/main/win32_internal_function_disabled.h:1.2 
php-src/main/win32_internal_function_disabled.h:1.3
--- php-src/main/win32_internal_function_disabled.h:1.2 Fri Jan 16 10:02:50 2009
+++ php-src/main/win32_internal_function_disabled.h     Fri Jan 16 13:52:44 2009
@@ -16,9 +16,18 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: win32_internal_function_disabled.h,v 1.2 2009/01/16 10:02:50 pajoye 
Exp $ */
+/* $Id: win32_internal_function_disabled.h,v 1.3 2009/01/16 13:52:44 pajoye 
Exp $ */
 
 /* 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};



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to