betz            Sun Feb 23 10:40:07 2003 EDT

  Modified files:              
    /phpdoc/en/reference/network        constants.xml 
  Log:
  more constants added
  
  
Index: phpdoc/en/reference/network/constants.xml
diff -u phpdoc/en/reference/network/constants.xml:1.3 
phpdoc/en/reference/network/constants.xml:1.4
--- phpdoc/en/reference/network/constants.xml:1.3       Sun Dec  8 03:51:55 2002
+++ phpdoc/en/reference/network/constants.xml   Sun Feb 23 10:40:06 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <section id="network.constants">
  &reftitle.constants;
  &extension.constants.core;
@@ -34,6 +34,11 @@
       </entry>
      </row>
      <row>
+      <entry>LOG_NOWAIT</entry>
+      <entry>
+      </entry>
+     </row>
+     <row>
       <entry>LOG_PERROR</entry>
       <entry>print log message also to standard error</entry>
      </row>
@@ -44,6 +49,72 @@
     </tbody>
    </tgroup>
   </table>
+
+  <table>
+   <title><function>openlog</function> Facilities</title>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>Constant</entry>
+      <entry>Description</entry>
+     </row>
+    </thead>
+    <tbody>
+     <row>
+      <entry>LOG_AUTH</entry>
+      <entry>
+       security/authorization messages (use LOG_AUTHPRIV instead
+       in systems where that constant is defined)
+      </entry>
+     </row>
+     <row>
+      <entry>LOG_AUTHPRIV</entry>
+      <entry>security/authorization messages (private)</entry>
+     </row>
+     <row>
+      <entry>LOG_CRON</entry>
+      <entry>clock daemon (cron and at)</entry>
+     </row>
+     <row>
+      <entry>LOG_DAEMON</entry>
+      <entry>other system daemons</entry>
+     </row>
+     <row>
+      <entry>LOG_KERN</entry>
+      <entry>kernel messages</entry>
+     </row>
+     <row>
+      <entry>LOG_LOCAL0 ... LOG_LOCAL7</entry>
+      <entry>reserved for local use, these are not available in Windows</entry>
+     </row>
+     <row>
+      <entry>LOG_LPR</entry>
+      <entry>line printer subsystem</entry>
+     </row>
+     <row>
+      <entry>LOG_MAIL</entry>
+      <entry>mail subsystem</entry>
+     </row>
+     <row>
+      <entry>LOG_NEWS</entry>
+      <entry>USENET news subsystem</entry>
+     </row>
+     <row>
+      <entry>LOG_SYSLOG</entry>
+      <entry>messages generated internally by syslogd</entry>
+     </row>
+     <row>
+      <entry>LOG_USER</entry>
+      <entry>generic user-level messages</entry>
+     </row>
+     <row>
+      <entry>LOG_UUCP</entry>
+      <entry>UUCP subsystem</entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </table>
+
   <table>
    <title><function>syslog</function> Priorities (in descending order)</title>
    <tgroup cols="2">



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to