From f1705cdd3287fbbb51aaa9d9a12bea6a6db1bafc Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Mon, 21 May 2001 09:40:18 +0000 Subject: [PATCH] Added examples for PHP_OS. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48029 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/constants.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/language/constants.xml b/language/constants.xml index 45bdbc9f42..e37060bb06 100644 --- a/language/constants.xml +++ b/language/constants.xml @@ -52,7 +52,9 @@ The name of the operating system on which the PHP parser is - executing; e.g. 'Linux'. + executing;. Possible values may be : + "AIX", "Darwin" (MacOS), "Linux", "SunOS", "WIN32", "WINNT". + Note : other values may be available too.