Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54122 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56144 invoked from network); 21 Jul 2011 17:07:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jul 2011 17:07:42 -0000 Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.214.170 mail-iw0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:59054] helo=mail-iw0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/00-55745-DDC582E4 for ; Thu, 21 Jul 2011 13:07:42 -0400 Received: by iwn36 with SMTP id 36so1128159iwn.29 for ; Thu, 21 Jul 2011 10:07:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=t/OwEc5+Ren7fNsRSxqt5sjqljTYfA6z26Eg6w6f9Us=; b=AN0CFHhE5mLvu+Z/8bm42h/er/yklakX4YGq9QLVqrMRx6K9gZ3pVM0M+onyqffKmw iDLM1bev7YhTGYXNoB11jWyLSgZv9SFD8cwO8NTg4YfF9R0Q9o8UVVbo0TubAl6YP7jl a9EpANYyvkWRKrkRcIfTAU2Jx0a5F03mFEm1w= Received: by 10.231.17.3 with SMTP id q3mr417982iba.21.1311267720250; Thu, 21 Jul 2011 10:02:00 -0700 (PDT) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.231.168.71 with HTTP; Thu, 21 Jul 2011 09:54:33 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 Jul 2011 09:54:33 -0700 X-Google-Sender-Auth: SVkVst5fKVAWGQ_M5OOpsnRO55o Message-ID: To: Pierre Joye Cc: Pierrick Charron , PHP internals , David Soria Parra , Stanislav Malyshev Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Magic quotes removal previous patch From: aharvey@php.net (Adam Harvey) On 21 July 2011 02:19, Pierre Joye wrote: > Now the only question remaining is which level warning we should use > for the setter. I'm happy with E_CORE. Objections? None here. +1 for E_CORE_ERROR =E2=80=94 it's exactly what it's for. Adam