diff options
author | Pierre Joye <pajoye@php.net> | 2010-05-30 07:36:19 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-05-30 07:36:19 +0000 |
commit | 5dba22d79e16505f4f520b039646b58629b5b402 (patch) | |
tree | 9ef30f6c04f7d77579aeab885e639b3222026193 /ext/standard/info.c | |
parent | 4158f7e1221ef5b69e8ba0aadd547a6ee2baa827 (diff) | |
download | php-git-5dba22d79e16505f4f520b039646b58629b5b402.tar.gz |
- ws
Diffstat (limited to 'ext/standard/info.c')
-rw-r--r-- | ext/standard/info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/info.c b/ext/standard/info.c index 685dd81b5a..03440641ee 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -346,7 +346,7 @@ char* php_get_windows_name() } } - if ( osvi.dwMajorVersion == 5 && osvi.dwMinorVersion == 2 ) { + if ( osvi.dwMajorVersion == 5 && osvi.dwMinorVersion == 2 ) { if (GetSystemMetrics(SM_SERVERR2)) major = "Windows Server 2003 R2"; else if (osvi.wSuiteMask == VER_SUITE_STORAGE_SERVER) |