diff --git a/appendices/migration5.xml b/appendices/migration5.xml index a9d80a0dd2..c1678df9ec 100755 --- a/appendices/migration5.xml +++ b/appendices/migration5.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 4 to PHP 5 @@ -56,15 +56,14 @@ - The T_ML_CONSTANT constant is no longer defined by + The T_ML_COMMENT constant is no longer defined by the Tokenizer extension. If error_reporting is set to E_ALL, PHP will - generate a notice. Although the T_ML_CONSTANT was + generate a notice. Although the T_ML_COMMENT was never used at all, it was defined in PHP 4. In both PHP 4 and PHP 5 // and /* */ are resolved as the T_COMMENT - constant. However the PHPDoc style comments /** */ ,which starting PHP - 5 are parsed by PHP, are recognized as - T_DOC_COMMENT. + constant. However the PHPDoc style comments /** */, which starting PHP + 5 are parsed by PHP, are recognized as T_DOC_COMMENT.