Andi Gutmans wrote:

At 11:53 AM 11/19/2003 -0500, George Schlossnagle wrote:

I agree with --disable-deprecated, it seems to be the best option. Do you think it would be relevant to have a php.ini option for this?


What's the point of deprecating things if you never remove them? Seems like an empty threat. And --disable-deprecated seems like a horrible idea to me - it greatly reduces the portability of scripts and increases the wtf factor by having them runable in some places and not runnable in others.


I guess we should stick to only E_STRICT then, and find a nice general way of making deprecated function calls warn people.
I don't think we should nuke such functions because it would break all scripts and we should give people a chance to use E_STRICT to track all of this stuff. Maybe we can nuke the stuff for PHP 5.5 but it's not that critical. By nuking the functionality we will hurt more users than we will help users.


Andi

I was just told of an old list discussion over E_DEPRECATED. Why not drag that idea back in? I missed it, so I don't know the milk and cookies, but it seems to me to be a good idea.

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



Reply via email to