andrey          Mon Jan  5 00:54:13 2004 EDT

  Modified files:              
    /php-src    README.PHP4-TO-PHP5-THIN-CHANGES 
  Log:
  another example
  
  
Index: php-src/README.PHP4-TO-PHP5-THIN-CHANGES
diff -u php-src/README.PHP4-TO-PHP5-THIN-CHANGES:1.6 
php-src/README.PHP4-TO-PHP5-THIN-CHANGES:1.7
--- php-src/README.PHP4-TO-PHP5-THIN-CHANGES:1.6        Sun Dec 14 15:00:15 2003
+++ php-src/README.PHP4-TO-PHP5-THIN-CHANGES    Mon Jan  5 00:54:12 2004
@@ -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.

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to