[PHP-DEV] T_INTERFACE and T_ABSTRACT as valid class names

2007-10-22 Thread Lars Strojny
Hi, I've already opened a feature request (#43048) but I feel, that there need to be a discussion on that topic. The problem is, that the current pseudo-namespacing used by a huge number of projects (PEAR-style, with underscores and the related file organisation), could not be easily ported to

Re: [PHP-DEV] T_INTERFACE and T_ABSTRACT as valid class names

2007-10-22 Thread Martin Alterisio
The following is just an opinion from an user and should be considered as such. You should consider that the PEAR way of naming classes was the nasty workaround that the namespaces is trying to solve. Therefore, just trying to make the language fit your needs so you can still use that nasty