vrana           Mon Feb 14 04:02:45 2005 EDT

  Modified files:              
    /phpdoc/en/reference/errorfunc/functions    error-reporting.xml 
                                                set-error-handler.xml 
  Log:
  Most of E_STRICT are raised at the compile time (bug #31919)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/error-reporting.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/errorfunc/functions/error-reporting.xml
diff -u phpdoc/en/reference/errorfunc/functions/error-reporting.xml:1.11 
phpdoc/en/reference/errorfunc/functions/error-reporting.xml:1.12
--- phpdoc/en/reference/errorfunc/functions/error-reporting.xml:1.11    Mon Nov 
 1 11:31:23 2004
+++ phpdoc/en/reference/errorfunc/functions/error-reporting.xml Mon Feb 14 
04:02:43 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <!-- splitted from ./en/functions/errorfunc.xml, last change in rev 1.1 -->
   <refentry id="function.error-reporting">
    <refnamediv>
@@ -160,6 +160,10 @@
       With PHP &gt; 5.0.0 <constant>E_STRICT</constant> with value 2048 is
       available. <constant>E_ALL</constant> does <emphasis>NOT</emphasis>
       include error level <constant>E_STRICT</constant>.
+      Most of <constant>E_STRICT</constant> errors are evaluated at the
+      compile time thus such errors are not reported in the file where
+      <link linkend="ini.error-reporting">error_reporting</link> is enhanced
+      to include <constant>E_STRICT</constant> errors.
      </simpara>
     </warning>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/set-error-handler.xml?r1=1.25&r2=1.26&ty=u
Index: phpdoc/en/reference/errorfunc/functions/set-error-handler.xml
diff -u phpdoc/en/reference/errorfunc/functions/set-error-handler.xml:1.25 
phpdoc/en/reference/errorfunc/functions/set-error-handler.xml:1.26
--- phpdoc/en/reference/errorfunc/functions/set-error-handler.xml:1.25  Thu Jan 
20 07:44:05 2005
+++ phpdoc/en/reference/errorfunc/functions/set-error-handler.xml       Mon Feb 
14 04:02:44 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.25 $ -->
+<!-- $Revision: 1.26 $ -->
 <!-- splitted from ./en/functions/errorfunc.xml, last change in rev 1.1 -->
   <refentry id="function.set-error-handler">
    <refnamediv>
@@ -118,7 +118,8 @@
       <constant>E_CORE_ERROR</constant>, <constant>E_CORE_WARNING</constant>,
       <constant>E_COMPILE_ERROR</constant>,
       <constant>E_COMPILE_WARNING</constant>, and
-      <constant>E_STRICT</constant>.
+      most of <constant>E_STRICT</constant> raised in the file where
+      <function>set_error_handler</function> is called.
      </para>
     </note>
     <para>

Reply via email to