From 5cf5a1c9fd231e081f5faa8090b79e7397961c92 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Fri, 5 Jun 2009 11:13:37 +0000 Subject: [PATCH] PHP_WINDOWS_VERSION_PRODUCTTYPE's values is one of the PHP_WINDOWS_NT_* constants, updating makes it more understandable git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281710 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/constants.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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.