Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44307 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69118 invoked from network); 16 Jun 2009 14:18:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2009 14:18:34 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.156 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: 72.14.220.156 fg-out-1718.google.com Received: from [72.14.220.156] ([72.14.220.156:48831] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/28-31180-8B9A73A4 for ; Tue, 16 Jun 2009 10:18:33 -0400 Received: by fg-out-1718.google.com with SMTP id 16so1291024fgg.0 for ; Tue, 16 Jun 2009 07:18:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=EsK49zstBQfcyI5BWS5VKMk899FtQG4maIcCv3vHdL0=; b=BB1oTU4/Pl5dUFkDeqYNgNd+iSz9GTmq+YfJTQDrh3veLGwbJ2AU1v6pIx8zgWPFab ENu15WByIODexgctD7FDUxd4Av09hvcBqwWaLCQSGqdH1NCZmmMd92PAWSlCFZQI24T7 l3YzPTamKXnLWpoYPgmQOfS+e+HC4e3jg+RvY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=RoVEKPGFspRcuS47m+bUxp1bF9qNJGoRW0jUUcHb4kn1BIY1YVkVVgeuFXPYBwymrz 4ZcowNAsP+lFOeSagQeQUej/3+o1sH/25vuQioP+XKr5vmDbZ7w9XzM+c6EhIfAXvmqS vE4Y8yX3i3vDmpsRXAEIwbqjkX7RKyZ4eMPww= MIME-Version: 1.0 Received: by 10.86.91.10 with SMTP id o10mr7677470fgb.13.1245161909482; Tue, 16 Jun 2009 07:18:29 -0700 (PDT) In-Reply-To: <20090616140033.GA27274@panix.com> References: <4A370CB2.9060602@chiaraquartet.net> <4E6F2E8C-633B-49E4-A82D-5399FD9F4069@pooteeweet.org> <7f3ed2c30906160320m4625ae89i1b85c036ba798de0@mail.gmail.com> <4A3772DD.2010604@daevel.net> <7f3ed2c30906160333s3dda0831q5a2fed430fcfbd38@mail.gmail.com> <4A3783BA.6030008@gmail.com> <20090616140033.GA27274@panix.com> Date: Tue, 16 Jun 2009 16:18:29 +0200 Message-ID: <7f3ed2c30906160718v4134b99xb6d21b8826b0b682@mail.gmail.com> To: Daniel Convissor Cc: PHP Internals List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] set_magic_quotes_runtime is still E_DEPRECATED From: hannes.magnusson@gmail.com (Hannes Magnusson) On Tue, Jun 16, 2009 at 16:00, Daniel Convissor wrote: > Folks: > >> I propose the following behavior: "Throw a deprecated warning unless >> magic quotes are currently enabled and the >> parameter is to disable them". > > The function is going away. =A0A deprecated warning is necessary to alert > people of this fact, no matter how the function is used. Fair enough. -Hannes