alindeman Wed Apr 2 16:48:47 2003 EDT Modified files: /phpdoc/en/reference/network/functions openlog.xml Log: fixing bug #23015 Index: phpdoc/en/reference/network/functions/openlog.xml diff -u phpdoc/en/reference/network/functions/openlog.xml:1.5 phpdoc/en/reference/network/functions/openlog.xml:1.6 --- phpdoc/en/reference/network/functions/openlog.xml:1.5 Sun Jan 19 14:52:02 2003 +++ phpdoc/en/reference/network/functions/openlog.xml Wed Apr 2 16:48:46 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/network.xml, last change in rev 1.2 --> <refentry id="function.openlog"> <refnamediv> @@ -143,6 +143,12 @@ </tgroup> </table> </para> + <note> + <para> + <literal>LOG_USER</literal> is the only valid log type under Windows + operating systems + </para> + </note> <para> See also <function>define_syslog_variables</function>, <function>syslog</function> and
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php