diff options
| author | Pierre Joye <pajoye@php.net> | 2009-01-16 13:52:13 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2009-01-16 13:52:13 +0000 |
| commit | bce6bc73fc3697348a1e5c49a618cfba83db2869 (patch) | |
| tree | 70bd1d82a141fd6b9f3078766fb053673291f10f /main/win32_internal_function_disabled.h | |
| parent | 7cf16584dfd97ba40027dcea1b2d0bab5420a9cc (diff) | |
| download | php-git-bce6bc73fc3697348a1e5c49a618cfba83db2869.tar.gz | |
-add some doc about versions
Diffstat (limited to 'main/win32_internal_function_disabled.h')
| -rw-r--r-- | main/win32_internal_function_disabled.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/main/win32_internal_function_disabled.h b/main/win32_internal_function_disabled.h index af8e54a1a3..4a32dada6b 100644 --- a/main/win32_internal_function_disabled.h +++ b/main/win32_internal_function_disabled.h @@ -19,6 +19,15 @@ /* $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}; |
