summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2013-03-27 07:15:23 +0100
committerPierre Joye <pierre.php@gmail.com>2013-03-27 07:15:23 +0100
commitd0aa831614aafc2ae4975a0dc1e92ab97651d818 (patch)
treeb10ab8068c2405e2b6d4a4525d0151afe6193c2a /main
parentf3ebb40ad6041e9c29e165f9d7017fb50063129f (diff)
downloadphp-git-d0aa831614aafc2ae4975a0dc1e92ab97651d818.tar.gz
versions no longer supported, no need to check
Diffstat (limited to 'main')
-rw-r--r--main/win32_internal_function_disabled.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/main/win32_internal_function_disabled.h b/main/win32_internal_function_disabled.h
index 3a78f6c598..80fd8d1b82 100644
--- a/main/win32_internal_function_disabled.h
+++ b/main/win32_internal_function_disabled.h
@@ -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;