[PHP-DEV] CVS Account Request: ab5602

2007-09-30 Thread Robert Thompson
Help debug and fix continuing issues with respect to PHP + Solaris. In the position of debugging and fixing Solaris + PHP issues almost exclusively for my job. In particular, I would like to contribute to code fixes and configuration checks for the many issues PHP is facing with respect to So

[PHP-DEV] T_IMPORT vs. T_USE

2007-09-30 Thread Sebastian Bergmann
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