When we removed the namespace implementation that was scheduled for
 PHP 5.0 before PHP 5.0's release we kept the T_NAMESPACE and T_USE
 tokens for forward-compatibility.

 The new namespace implementation in HEAD and PHP_5_3 uses the the new
 T_IMPORT token instead of T_USE thus breaking code as "import" is now
 a reserved word.

 We should, IMHO, drop T_IMPORT and change the namespace implementation
 to use T_USE.

 Thoughts?

-- 
Sebastian Bergmann                          http://sebastian-bergmann.de/
GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to