Sebastian Bergmann wrote:
Andrey Hristov wrote:

isn't this going to blow up existing applications that define class File?


It already "blew up" existing applications before this commit.

I'd say that all extensions should really follow the 1 prefix per ext for anything that ends up in the global namespace (classes, functions. constants ..) rule. Just as we did in the past with new procudural extensions.


This has the advantage of:
- limiting the number of namespace clashes with user code
- makes it clear what extensions may/are colliding and what steps need to be taken to fix the situation


regards,
Lukas

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



Reply via email to