versions no longer supported, no need to check

This commit is contained in:
Pierre Joye 2013-03-27 07:15:23 +01:00
parent f3ebb40ad6
commit d0aa831614

View File

@ -23,12 +23,14 @@
/*
Windows Server 2008 6.0
Windows Vista 6.0
Verssions below are not supported anymore, php won't even load:
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_5[] = {NULL};
const int function_name_cnt_5 = 0;
static const char *function_name_6[] = {"readlink", "symlink", NULL};
const int function_name_cnt_6 = 2;