Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35191 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18748 invoked by uid 1010); 5 Feb 2008 20:29:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 18732 invoked from network); 5 Feb 2008 20:29:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2008 20:29:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.170.184 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 64.233.170.184 rn-out-0910.google.com Linux 2.4/2.6 Received: from [64.233.170.184] ([64.233.170.184:49695] helo=rn-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F7/C7-14268-427C8A74 for ; Tue, 05 Feb 2008 15:29:24 -0500 Received: by rn-out-0910.google.com with SMTP id s28so957216rnb.8 for ; Tue, 05 Feb 2008 12:29:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=guwvm3rJn3F5NH6jU6LFHN6l5ts6gAAIy3gvTrF7CNo=; b=CgkQGtf9ncEOIb5gYN6epQDnMcFuwLVnVH0kena8pqe9VVMJXUwYLOjte6eABRd/yZP1EJuTR+wgbUQOyHmQzd1Y7RxgvJ2QOoyGj21RnFoIHIN4oCyCGc2tGZLqwSegdJ+EjQ+1LQR+TcasmUzwP2O8LGa+aMo3/jfbOln48sE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=my1PYyaI7YlgV24oHJlxHzXBkLiihY1mG1kFMw58qOGqpsfIYQeb0f6VzqW34uJ0jVhZdU0MaCZLMtDM8zzgxdEqJiG5G4BKDGA09LjGpsvDYzdYTtJ8uhwa9yhj3tqG45e3B4fGq3UK3so0mcupcicw4vdf/zyq3cL9AAdBqUE= Received: by 10.143.14.16 with SMTP id r16mr4664811wfi.225.1202243360971; Tue, 05 Feb 2008 12:29:20 -0800 (PST) Received: by 10.142.192.6 with HTTP; Tue, 5 Feb 2008 12:29:20 -0800 (PST) Message-ID: <7f3ed2c30802051229j6fd3a270w15977d50884c6e07@mail.gmail.com> Date: Tue, 5 Feb 2008 21:29:20 +0100 To: "Pierre Joye" Cc: "PHP internals" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: [PHP-DEV] get_magic_quotes_gpc, get-magic-quotes-runtime in head, get a "final" decision From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Feb 5, 2008 9:23 PM, 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 (restore them) :) -Hannes