Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64005 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7519 invoked from network); 21 Nov 2012 05:14:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Nov 2012 05:14:35 -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.219.42 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.219.42 mail-oa0-f42.google.com Received: from [209.85.219.42] ([209.85.219.42:43432] helo=mail-oa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/C2-20662-B336CA05 for ; Wed, 21 Nov 2012 00:14:35 -0500 Received: by mail-oa0-f42.google.com with SMTP id j1so7121077oag.29 for ; Tue, 20 Nov 2012 21:14:32 -0800 (PST) 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:content-type :content-transfer-encoding; bh=Lc7OQf+sHPwpJ59X6MW5lX71YkpI3pGCXwxwLOpKLtA=; b=CdvVZatxV7E7jMDmReRnSO7Q4czyl4eu3ytumlM/kG4ZtMoolPQY5/qYjbsHFHAiX9 x7QlATvfHqUH7s/EKnMHKe89PlxGDfRwrpkYjXMsPqgChglPfIfDINWr5MxrQFDuBcQW cpdpcppaO9hvC2kFJUpt8LcFFLNkkEcTR181A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding:x-gm-message-state; bh=Lc7OQf+sHPwpJ59X6MW5lX71YkpI3pGCXwxwLOpKLtA=; b=dUNi856NYdT5Yc1P0V0U0Z+4csR5djG61FIk0sYJ5+Dmx/hYQLMl8MPwktLjom5rRQ XlCSqVWIGKHhUjJf2j6SKClTr+uenXM5oeHlaLV8zRsT0MRzVeaw0fB27zUUHfUSPms/ 4rEIASZtyzfo4v1VI8WTKpV6gMlWs/IaPTG7Q2tIPIXAikBO9NslMaJNQfirusywaK8x Wm8+OcLQHvArbcuOzyyW6n2f5+iKu/r3T/PtuTAkk6KyLhFgRyTgW1hNXx3L/r44FoJ8 8jcmgxTXlSNYNy9Lveox4LlTgTF3MsEYSZisTuj1EJWYboIKLUlWZMP/iODxc4bkKg4t X21Q== Received: by 10.60.32.163 with SMTP id k3mr15462583oei.100.1353474872647; Tue, 20 Nov 2012 21:14:32 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.76.123.75 with HTTP; Tue, 20 Nov 2012 21:14:12 -0800 (PST) In-Reply-To: References: <50A9F799.5080909@codeangel.org> Date: Wed, 21 Nov 2012 13:14:12 +0800 X-Google-Sender-Auth: g2hNqQI-I0EPWkGYxXqeipgWl30 Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQkaIPxZMNl5XGeCKWGoFTrFCloZedqB+FTZayNhkMVRs3Ts7iNXSa964N3NGs9aq5jKEpVG Subject: Re: [PHP-DEV] RFC: ext/mysql deprecation From: aharvey@php.net (Adam Harvey) On 21 November 2012 12:47, Adam Harvey wrote: > Just to be clear: I don't think that "do nothing" is a very useful > option for the second question, which is why I've omitted it =E2=80=94 it > doesn't seem like anyone's particularly satisfied with the current > state of affairs. I still think this is useless, but have been convinced off list we should have it. So add 2(d): "do absolutely nothing". Adam