> When it comes to removing deprecated functions entirely, I'd favor a
> ./configure option (--enable-deprecated) which would define
> PHP_USE_DEPRECATED.  Then those functions could be "removed" with:
> 
> #ifdef PHP_USE_DEPRECATED
> .
> .
> .
> #endif
 
That's pretty much what they do in GTK src.  It seems to work for them :)

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

Reply via email to