[PHP-DOC] cvs: phpdoc /en/features error-handling.xml From: Egon Schmid (eschmid <email protected>)
Date: 08/21/00

eschmid Mon Aug 21 08:33:38 2000 EDT

  Modified files:
    /phpdoc/en/features error-handling.xml
  Log:
  Indentation.
  
Index: phpdoc/en/features/error-handling.xml
diff -u phpdoc/en/features/error-handling.xml:1.5 phpdoc/en/features/error-handling.xml:1.6
--- phpdoc/en/features/error-handling.xml:1.5 Sun Aug 20 03:49:33 2000
+++ phpdoc/en/features/error-handling.xml Mon Aug 21 08:33:37 2000
@@ -1,5 +1,5 @@
-<chapter id="features.error-handling">
- <title>Error handling</title>
+ <chapter id="features.error-handling">
+ <title>Error Handling</title>
  
  <para>
    There are several types of errors and warnings in PHP. They are:
@@ -51,7 +51,10 @@
       <row>
        <entry>32</entry>
        <entry>E_CORE_WARNING</entry>
- <entry>warnings (non fatal errors) that occur during PHP's initial startup</entry>
+ <entry>
+ warnings (non fatal errors) that occur during PHP's initial
+ startup
+ </entry>
        <entry>PHP 4 only</entry>
       </row>
       <row>
@@ -127,13 +130,13 @@
   
   <warning>
    <para>
- When upgrading code or servers from PHP 3 to PHP 4 you should
- check these settings and calls to
- <function>error_reporting</function> or you might disable
- reporting the new error types, especially E_COMPILE_ERROR. This
- may lead to empty documents without any feedback of what happened
- or where to look for the problem.
- </para>
+ When upgrading code or servers from PHP 3 to PHP 4 you should
+ check these settings and calls to
+ <function>error_reporting</function> or you might disable
+ reporting the new error types, especially E_COMPILE_ERROR. This
+ may lead to empty documents without any feedback of what happened
+ or where to look for the problem.
+ </para>
   </warning>
         
   <para>
@@ -171,7 +174,7 @@
 sgml-indent-step:1
 sgml-indent-data:t
 sgml-parent-document:nil
-sgml-default-dtd-file:"../manual.ced"
+sgml-default-dtd-file:"../../manual.ced"
 sgml-exposed-tags:nil
 sgml-local-catalogs:nil
 sgml-local-ecat-files:nil