[PHP-DOC] cvs: phpdoc /en/language constants.xml From: Damien Seguy (dams <email protected>)
Date: 05/21/01

dams Mon May 21 02:40:18 2001 EDT

  Modified files:
    /phpdoc/en/language constants.xml
  Log:
  Added examples for PHP_OS.
  
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language/constants.xml:1.8 phpdoc/en/language/constants.xml:1.9
--- phpdoc/en/language/constants.xml:1.8 Thu May 10 11:01:11 2001
+++ phpdoc/en/language/constants.xml Mon May 21 02:40:18 2001
@@ -52,7 +52,9 @@
      <listitem>
       <simpara>
        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.
       </simpara>
      </listitem>
     </varlistentry>