vrana Tue Apr 5 08:48:06 2005 EDT
Modified files: /phpdoc/en/language control-structures.xml Log: Parse error causes processing halting since PHP 4.3.5 (bug #31736) http://cvs.php.net/diff.php/phpdoc/en/language/control-structures.xml?r1=1.113&r2=1.114&ty=u Index: phpdoc/en/language/control-structures.xml diff -u phpdoc/en/language/control-structures.xml:1.113 phpdoc/en/language/control-structures.xml:1.114 --- phpdoc/en/language/control-structures.xml:1.113 Mon Dec 13 14:01:41 2004 +++ phpdoc/en/language/control-structures.xml Tue Apr 5 08:48:05 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.113 $ --> +<!-- $Revision: 1.114 $ --> <chapter id="language.control-structures"> <title>Control Structures</title> @@ -1281,7 +1281,8 @@ 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 required file doesn't cause processing halting + in PHP versions prior to PHP 4.3.5. Since this version, it does. </simpara> <simpara> Files for including are first looked in include_path relative to the current working directory