vrana           Thu Jul 14 05:21:13 2005 EDT

  Modified files:              
    /phpdoc/en/language control-structures.xml 
  Log:
  Parse errors in included files (bug #33637)
  
http://cvs.php.net/diff.php/phpdoc/en/language/control-structures.xml?r1=1.122&r2=1.123&ty=u
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.122 
phpdoc/en/language/control-structures.xml:1.123
--- phpdoc/en/language/control-structures.xml:1.122     Wed Jul  6 13:18:16 2005
+++ phpdoc/en/language/control-structures.xml   Thu Jul 14 05:21:12 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.122 $ -->
+<!-- $Revision: 1.123 $ -->
  <chapter id="language.control-structures">
   <title>Control Structures</title>
 
@@ -1298,7 +1298,7 @@
      a missing file to halt processing of the page.  
<function>include</function> does 
      not behave this way, the script will continue regardless.  Be sure to 
have an 
      appropriate <link linkend="ini.include-path">include_path</link> setting 
as well.
-     Be warned that parse error in required file doesn't cause processing 
halting
+     Be warned that parse error in included file doesn't cause processing 
halting
      in PHP versions prior to PHP 4.3.5. Since this version, it does.
    </simpara>
    <simpara>

Reply via email to