Richard Quadling wrote:
Aren't some things just worth the BC break?

Having never used them, I can quite happily say bomb the bastards!

Agreed.  For Phorum will just change our code from:

if ( get_magic_quotes_gpc() ) {

to:

if ( function_exists(get_magic_quotes_gpc) && get_magic_quotes_gpc() ) {


So, I guess I am +1

--

Brian Moon
Senior Developer/Engineer
------------------------------
When you care enough to spend the very least.
http://dealnews.com/

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

Reply via email to