andrey Sat Jan 17 14:14:47 2004 EDT Modified files: /php-src README.PHP4-TO-PHP5-THIN-CHANGES Log: Clarification about phpDoc comments. Spotted by Greag Beaver. Index: php-src/README.PHP4-TO-PHP5-THIN-CHANGES diff -u php-src/README.PHP4-TO-PHP5-THIN-CHANGES:1.8 php-src/README.PHP4-TO-PHP5-THIN-CHANGES:1.9 --- php-src/README.PHP4-TO-PHP5-THIN-CHANGES:1.8 Sat Jan 17 07:59:10 2004 +++ php-src/README.PHP4-TO-PHP5-THIN-CHANGES Sat Jan 17 14:14:46 2004 @@ -43,3 +43,5 @@ ext/tokenizer extension. If error_reporting is set to E_ALL notices will be produced. Instead of T_ML_CONSTANT for /* */ the T_COMMENT constant is used, thus both // and /* */ are resolved as the T_COMMENT constant. + However the PHPDoc style comments /** */ ,which starting PHP5 are parsed + by PHP, are recongnized as T_DOC_COMMENT.
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php