summaryrefslogtreecommitdiff
path: root/ext/standard/info.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/info.c')
-rw-r--r--ext/standard/info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/info.c b/ext/standard/info.c
index 3a79312f05..15aec29ae4 100644
--- a/ext/standard/info.c
+++ b/ext/standard/info.c
@@ -337,8 +337,8 @@ char* php_get_windows_name()
/* could be Windows 8/Windows Server 2012, could be Windows 8.1/Windows Server 2012 R2 */
/* XXX and one more X - the above comment is true if no manifest is used for two cases:
- if the PHP build doesn't use the correct manifest
- - if PHP DLL loaded under some binary that doesn't use the correct manifest
-
+ - if PHP DLL loaded under some binary that doesn't use the correct manifest
+
So keep the handling here as is for now, even if we know 6.2 is win8 and nothing else, and think about an improvement. */
OSVERSIONINFOEX osvi81;
DWORDLONG dwlConditionMask = 0;