From cdafee1d132fea2c552b34a4a9924785744c8ebe Mon Sep 17 00:00:00 2001 From: Aidan Lister Date: Sat, 31 Jul 2004 05:14:55 +0000 Subject: [PATCH] Fixed bug #29464 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164782 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration5.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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.