diff --git a/features/error-handling.xml b/features/error-handling.xml index 8ef68b30f5..16903aeb52 100644 --- a/features/error-handling.xml +++ b/features/error-handling.xml @@ -1,5 +1,5 @@ - - Error handling + + Error Handling There are several types of errors and warnings in PHP. They are: @@ -51,7 +51,10 @@ 32 E_CORE_WARNING - warnings (non fatal errors) that occur during PHP's initial startup + + warnings (non fatal errors) that occur during PHP's initial + startup + PHP 4 only @@ -127,13 +130,13 @@ - When upgrading code or servers from PHP 3 to PHP 4 you should - check these settings and calls to - error_reporting 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. - + When upgrading code or servers from PHP 3 to PHP 4 you should + check these settings and calls to + error_reporting 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. + @@ -171,7 +174,7 @@ sgml-always-quote-attributes:t 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