aidan Sat Jul 31 01:14:55 2004 EDT
Modified files: /phpdoc/en/appendices migration5.xml Log: Fixed bug #29464 http://cvs.php.net/diff.php/phpdoc/en/appendices/migration5.xml?r1=1.28&r2=1.29&ty=u Index: phpdoc/en/appendices/migration5.xml diff -u phpdoc/en/appendices/migration5.xml:1.28 phpdoc/en/appendices/migration5.xml:1.29 --- phpdoc/en/appendices/migration5.xml:1.28 Tue Jul 27 17:17:22 2004 +++ phpdoc/en/appendices/migration5.xml Sat Jul 31 01:14:55 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.28 $ --> +<!-- $Revision: 1.29 $ --> <appendix id="migration5"> <title>Migrating from PHP 4 to PHP 5</title> @@ -56,15 +56,14 @@ </listitem> <listitem> <simpara> - The <constant>T_ML_CONSTANT</constant> constant is no longer defined by + The <constant>T_ML_COMMENT</constant> constant is no longer defined by the <link linkend="ref.tokenizer">Tokenizer</link> extension. If error_reporting is set to <constant>E_ALL</constant>, PHP will - generate a notice. Although the <constant>T_ML_CONSTANT</constant> was + generate a notice. Although the <constant>T_ML_COMMENT</constant> was never used at all, it was defined in PHP 4. In both PHP 4 and PHP 5 // and /* */ are resolved as the <constant>T_COMMENT</constant> - constant. However the PHPDoc style comments /** */ ,which starting PHP - 5 are parsed by PHP, are recognized as - <constant>T_DOC_COMMENT</constant>. + constant. However the PHPDoc style comments /** */, which starting PHP + 5 are parsed by PHP, are recognized as <constant>T_DOC_COMMENT</constant>. </simpara> </listitem> <listitem>