On Tue, 4 Dec 2007, Larry Garfield wrote:

> 1) "use MyDate as DateTime".  I believe Greg pointed out the solution here.  
> When PHP 5.5 is released and adds its own Whatever class, you just do the 
> following:
> 
> namespace me;
> use Whatever as LegacyWhatever;
> class Whatever{}
> 
> It's a one-line change to keep your code working.  I think that's acceptable, 

It's not acceptable, as you're breaking BC.

> For whatever the opinion of someone who writes PHP all day and not C 
> is worth, there it is.

What makes you think I am different?

regards,
Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org

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

Reply via email to