philip Sat Jan 18 18:49:59 2003 EDT
Modified files:
/phpdoc/en/reference/network/functions syslog.xml
Log:
Also mention LOG_LOCAL... won't work in windows here. This closes bug #16217
Index: phpdoc/en/reference/network/functions/syslog.xml
diff -u phpdoc/en/reference/network/functions/syslog.xml:1.2
phpdoc/en/reference/network/functions/syslog.xml:1.3
--- phpdoc/en/reference/network/functions/syslog.xml:1.2 Wed Apr 17 02:42:06
2002
+++ phpdoc/en/reference/network/functions/syslog.xml Sat Jan 18 18:49:58 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/network.xml, last change in rev 1.9 -->
<refentry id="function.syslog">
<refnamediv>
@@ -109,6 +109,14 @@
On Windows NT, the syslog service is emulated using the Event
Log.
</para>
+ <note>
+ <para>
+ Use of <literal>LOG_LOCAL0</literal> through
+ <literal>LOG_LOCAL7</literal> for the <parameter>facility</parameter>
+ parameter of <function>openlog</function> is not available
+ in windows.
+ </para>
+ </note>
<para>
See also <function>define_syslog_variables</function>,
<function>openlog</function> and
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php