diff --git a/reference/info/constants.xml b/reference/info/constants.xml index 225012cc74..e9478b67ba 100644 --- a/reference/info/constants.xml +++ b/reference/info/constants.xml @@ -1,5 +1,5 @@ - + &reftitle.constants; &extension.constants.core; @@ -277,9 +277,8 @@ PHP_WINDOWS_VERSION_PRODUCTTYPE This contains the value used to determine the PHP_WINDOWS_NT_* - constants. This value may be one of: 0x0000001 if this is a - workstation, 0x0000002 if this is a domain controller or - 0x0000003 if this is a server system. + constants. This value may be one of the PHP_WINDOWS_NT_* constants + indicating the platform type. @@ -290,7 +289,7 @@ PHP_WINDOWS_NT_SERVER This is a server system (eg. Server 2008/2003/2000), note that if this is a - domain controller its reported as PHP_WINDOWS_NT_DOMAIN_CONTROLLER + domain controller its reported as PHP_WINDOWS_NT_DOMAIN_CONTROLLER.