summaryrefslogtreecommitdiff
path: root/README.PHP4-TO-PHP5-THIN-CHANGES
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2004-01-05 05:54:12 +0000
committerAndrey Hristov <andrey@php.net>2004-01-05 05:54:12 +0000
commit7baf31fc8336e670256bcbaae0eddd007506dcdd (patch)
tree6b484ee6f4feaed893f51bd13f788df4a325abbd /README.PHP4-TO-PHP5-THIN-CHANGES
parent6485ed84b56fe9d52a0768cd9bfb8a1aaf2327c3 (diff)
downloadphp-git-7baf31fc8336e670256bcbaae0eddd007506dcdd.tar.gz
another example
Diffstat (limited to 'README.PHP4-TO-PHP5-THIN-CHANGES')
-rw-r--r--README.PHP4-TO-PHP5-THIN-CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.PHP4-TO-PHP5-THIN-CHANGES b/README.PHP4-TO-PHP5-THIN-CHANGES
index 568ff0561c..0349af4e1e 100644
--- a/README.PHP4-TO-PHP5-THIN-CHANGES
+++ b/README.PHP4-TO-PHP5-THIN-CHANGES
@@ -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.