vrana Thu Mar 31 16:12:59 2005 EDT
Modified files: /phpdoc/en/language basic-syntax.xml Log: // </script> doesn't escape from PHP (bug #31672) http://cvs.php.net/diff.php/phpdoc/en/language/basic-syntax.xml?r1=1.43&r2=1.44&ty=u Index: phpdoc/en/language/basic-syntax.xml diff -u phpdoc/en/language/basic-syntax.xml:1.43 phpdoc/en/language/basic-syntax.xml:1.44 --- phpdoc/en/language/basic-syntax.xml:1.43 Sun Feb 20 01:11:25 2005 +++ phpdoc/en/language/basic-syntax.xml Thu Mar 31 16:12:56 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.43 $ --> +<!-- $Revision: 1.44 $ --> <chapter id="language.basic-syntax"> <title>Basic syntax</title> <sect1 id="language.basic-syntax.phpmode"> @@ -184,6 +184,8 @@ <literal>//</literal> cannot influence that. If <link linkend="ini.asp-tags">asp_tags</link> configuration directive is enabled, it behaves the same with <literal>// %></literal>. + However, <literal></script></literal> tag doesn't escape PHP mode in + one-line comment. </simpara> <para> <informalexample>