Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35228 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32646 invoked by uid 1010); 6 Feb 2008 08:35:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 32613 invoked from network); 6 Feb 2008 08:35:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Feb 2008 08:35:46 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.94.239.7 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.7 mail.jdi-ict.nl Linux 2.6 Received: from [82.94.239.7] ([82.94.239.7:47957] helo=mail.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F8/7A-03555-16179A74 for ; Wed, 06 Feb 2008 03:35:46 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id m168Zf80005078; Wed, 6 Feb 2008 09:35:41 +0100 Date: Wed, 6 Feb 2008 09:35:41 +0100 (CET) X-X-Sender: derick@kossu.ez.no To: Pierre Joye cc: PHP internals In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Subject: Re: [PHP-DEV] get_magic_quotes_gpc, get-magic-quotes-runtime in head, get a "final" decision From: derick@php.net (Derick Rethans) On Tue, 5 Feb 2008, Pierre Joye wrote: > There is not really a need to discuss the removal again, that's why I > ask for a simple vote: > > +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 I don't care that much, but I think it would matter if the functions just are there and return false (so -1). for set_magic_quotes_runtime(), if "true" is passed, it should still throw a fatal error, if "false" is passed it should not (or actually 1 vs 0). Derick