Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63828 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31104 invoked from network); 13 Nov 2012 03:08:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Nov 2012 03:08:27 -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:36058] helo=mail-oa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/63-05346-AA9B1A05 for ; Mon, 12 Nov 2012 22:08:27 -0500 Received: by mail-oa0-f42.google.com with SMTP id j1so7224395oag.29 for ; Mon, 12 Nov 2012 19:08:24 -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:cc:content-type; bh=sLLcpHDkQuzZDITe4QKpZcPqU4zKwxwNNEbICUGpPsI=; b=TkT5v6DzAX7FlcF/Vv4Zw9dKDm/lJ66N2qjBkyHWL/Uz48WWfAm/NPW04QWZYMUSoD a5eE2BnGuxQ3lFn3F/r4hoHtr8QdTJSQ7YXe+ldHk11+TefGkvoct3lnhEYN7P1aOs9l WYzaGBdXQdsgxyozeyTmyxMoxtxi6vWS+xg7E= 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:cc:content-type :x-gm-message-state; bh=sLLcpHDkQuzZDITe4QKpZcPqU4zKwxwNNEbICUGpPsI=; b=esCS6ihcni+8oc9DrAC27ojD1REmjk5mXGG7uD6cuq7UmIsIxw8KsmLM/Se+ltTyuk H2+4xpm1BeYanLW7NzLHIjaDYrf3oArtokgOi4CoawkTgRBRFIOiCS6xjInSQNvg5jG/ PWNDuT+Qp7apGQYruC7J7hWdivEQ95PVNWaR51WLF/oPRAdmPIFv04VcOZL4wSh6aycY KrL2xueWw9CN56s6Hr0rJ6mGHDitTpK6ZAEz7EC3iXM/ii1yE4hbP2tQJvnTCf635Fnk uq8oTblhZ8QHtB+Qvn24Fjd4vO+poGeN6761slKZvnYpg33qF2+8QqGS1ZUBtSmTtf9K 34PQ== Received: by 10.182.212.70 with SMTP id ni6mr17067080obc.44.1352776104120; Mon, 12 Nov 2012 19:08:24 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.76.123.75 with HTTP; Mon, 12 Nov 2012 19:08:03 -0800 (PST) In-Reply-To: <50A197D2.5070307@oracle.com> References: <50A197D2.5070307@oracle.com> Date: Tue, 13 Nov 2012 11:08:03 +0800 X-Google-Sender-Auth: jQIuXhc1XSPK8_6J-IO5gMKJ1as Message-ID: To: Christopher Jones Cc: PHP internals Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkzcZ+3Dwrt/G1wYKpQyVuyyQ1o7oxz1j3PgOMFQ/k6gqJt6dft1eXUubvr93NHZKPl9PVl Subject: Re: [PHP-DEV] RFC: ext/mysql deprecation From: aharvey@php.net (Adam Harvey) On 13 November 2012 08:44, Christopher Jones wrote: > Adam, can you: > > 1. Add this link to the RFC?: > https://wikis.oracle.com/display/mysql/Converting+to+MySQLi > > 2. Mention how to turn off E_DEPRECATED warnings in the RFC? > > When users of 5.5 stumble on the new messages, we can then simply > point them to the RFC. Done and done. I've added a (short) workarounds section towards the bottom, which can be moved up later if the RFC is accepted. Against that, I'm not a big fan of RFCs as documentation, but that's a separate discussion. :) Adam