]> granicus.if.org Git - php/commitdiff
another example
authorAndrey Hristov <andrey@php.net>
Mon, 5 Jan 2004 05:54:12 +0000 (05:54 +0000)
committerAndrey Hristov <andrey@php.net>
Mon, 5 Jan 2004 05:54:12 +0000 (05:54 +0000)
README.PHP4-TO-PHP5-THIN-CHANGES

index 568ff0561c0e2463b1ef5eb84657538c9f0108f6..0349af4e1ee693d686cef1a29608b612bd004a44 100644 (file)
@@ -39,3 +39,7 @@
    by Apache.  This change was made to comply with the CGI specification.
    Please refer to bug #23610 for further information.
 
+6. Starting PHP 5.0.0 the T_ML_CONSTANT constant is no longer defined by the
+   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.