vrana           Fri Sep 17 08:33:20 2004 EDT

  Modified files:              
    /phpdoc/en/reference/errorfunc      ini.xml 
  Log:
  error_log should be writable (bug #27005)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/ini.xml?r1=1.23&r2=1.24&ty=u
Index: phpdoc/en/reference/errorfunc/ini.xml
diff -u phpdoc/en/reference/errorfunc/ini.xml:1.23 
phpdoc/en/reference/errorfunc/ini.xml:1.24
--- phpdoc/en/reference/errorfunc/ini.xml:1.23  Thu Aug  5 00:53:24 2004
+++ phpdoc/en/reference/errorfunc/ini.xml       Fri Sep 17 08:33:20 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
 <section id="errorfunc.configuration">
  &reftitle.runtime;
  &extension.runtime;
@@ -386,7 +386,8 @@
     </term>
     <listitem>
      <para>
-      Name of the file where script errors should be logged. If the
+      Name of the file where script errors should be logged. The file should
+      be writable by the web server's user. If the
       special value <literal>syslog</literal> is used, the errors
       are sent to the system logger instead. On Unix, this means
       syslog(3) and on Windows NT it means the event log. The

Reply via email to