vrana Mon May 15 12:18:00 2006 UTC
Modified files:
/phpdoc/en/reference/errorfunc ini.xml
Log:
error_log not set
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/errorfunc/ini.xml?r1=1.30&r2=1.31&diff_format=u
Index: phpdoc/en/reference/errorfunc/ini.xml
diff -u phpdoc/en/reference/errorfunc/ini.xml:1.30
phpdoc/en/reference/errorfunc/ini.xml:1.31
--- phpdoc/en/reference/errorfunc/ini.xml:1.30 Tue Nov 29 13:30:45 2005
+++ phpdoc/en/reference/errorfunc/ini.xml Mon May 15 12:18:00 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.30 $ -->
+<!-- $Revision: 1.31 $ -->
<section id="errorfunc.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -416,6 +416,9 @@
syslog(3) and on Windows NT it means the event log. The
system logger is not supported on Windows 95. See also:
<function>syslog</function>.
+ If this directive is not set, errors are sent to the SAPI error logger.
+ For example, it is an error log in Apache or <literal>stderr</literal>
+ in CLI.
</para>
</listitem>
</varlistentry>