On Tue, 2008-02-05 at 21:23 +0100, "Pierre Joye" wrote: > +1: remove them (as it is now in HEAD) > -1: Restore them and always return FALSE (not 0) > 0: I don't care, do what you wish, I never use them anyway
+1 - remove them Users can easily add these themselves, (if (! function_exists('get_magic_quotes')) function get_magic_quotes() {return false;}} or an "compat" include) no need to keep them around. johannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php