Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64065 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2264 invoked from network); 28 Nov 2012 06:03:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Nov 2012 06:03:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; 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-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:44362] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/11-22948-F39A5B05 for ; Wed, 28 Nov 2012 01:03:44 -0500 Received: by mail-ob0-f170.google.com with SMTP id wp18so12503462obc.29 for ; Tue, 27 Nov 2012 22:03:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type:content-transfer-encoding; bh=nG4xp/L3642eiaI3Is8oSaRVvonj6bEs4nm6Quj8zWk=; b=Dd57QgrpN9gkkxgCgyVCxCdOunCVZSSunhjXTlt8tvLCX5z9UnSI1iNZa4t6Eack/4 uAG6HDknugIPELdL1WOFQd7PHJIiJM+oPs52TrFc7Ydgwgq69lLmeBPc7lqAtXLC2Zrh fTchBakE7S78j4upkpO+k3Uhq/rY9t+UfqUCI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type:content-transfer-encoding :x-gm-message-state; bh=nG4xp/L3642eiaI3Is8oSaRVvonj6bEs4nm6Quj8zWk=; b=PgN0yaoWxIDvKFF/YTTVVUPECHH2grJKJhTu2co0JS64fGXusBcBAtzNG+u97XNljv 9o12Jm7leZgbi+5UOSHJnYS+Gdomsh9AAj3o0pld0X720XguR5cRmh4JnoipVItq71Ca hiRSUldBOKXZY861A3Y4CMo0I7QesCvu5ZGqaWVYlIOXk7LcOw8RmwxRDiNSvqNmoKrC ZzFI/ez55jjv7254lPycN0zJW2e7ErWoALcoqrgWxW1YDEuLBng9+LaTy3FYAj4FPaNN a/k2NTi8aMWzkfmA6vVLm33Ut56loBOYiblbUL8HTPZyH6RRakW/kR7kwwdZ1ROl0O0o OCxQ== Received: by 10.60.32.163 with SMTP id k3mr15330192oei.100.1354082620700; Tue, 27 Nov 2012 22:03:40 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.76.123.75 with HTTP; Tue, 27 Nov 2012 22:03:20 -0800 (PST) Date: Wed, 28 Nov 2012 14:03:20 +0800 X-Google-Sender-Auth: auk8sARNjAVe9P-WqVtC_ZE1JoM Message-ID: To: PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQnXJ1IVX68PvwWnsJy8E0cRZighhRJ3OSxkWTJt1DUFq0F1uHAYHWDKPVmcDvvnaN1zRyIJ Subject: [VOTE] ext/mysql deprecation in 5.5 From: aharvey@php.net (Adam Harvey) All, I've moved the ext/mysql deprecation RFC into the voting phase. You can vote at https://wiki.php.net/rfc/mysql_deprecation =E2=80=94 note that,= as discussed last week, there are two questions: the first being a simple yes/no question (which will determine whether the RFC is accepted or rejected), and the second to clarify what the preferred course of action will be if the RFC is declined. Please vote on both, unless you particularly wish to abstain from one of the questions. I've also updated the RFC slightly, but not in a way that changes what's actually proposed: Ulf noted that he wasn't comfortable with having the Oracle Wiki link there for converting to MySQLi, so I've replaced that link with another, more recent tutorial (albeit PDO only) and added a link to Ulf's recent blog post about the benefits of mysqli and PDO over ext/mysql. This is mostly useful for documentation purposes, since I think there's general agreement that we should have more resources covering upgrading to newer extensions regardless of the outcome of this RFC. At this stage, I intend to close the vote in a week's time: so Wednesday, December 5. Thanks, Adam, who knows he's a little late with this, but being sick sucks. Sorry.