Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63812 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28456 invoked from network); 12 Nov 2012 14:41:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Nov 2012 14:41:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=ulf.wendel@oracle.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ulf.wendel@oracle.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain oracle.com designates 156.151.31.81 as permitted sender) X-PHP-List-Original-Sender: ulf.wendel@oracle.com X-Host-Fingerprint: 156.151.31.81 userp1040.oracle.com Received: from [156.151.31.81] ([156.151.31.81:46246] helo=userp1040.oracle.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B0/24-05794-2AA01A05 for ; Mon, 12 Nov 2012 09:41:38 -0500 Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by userp1040.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id qACEfYcY004943 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 12 Nov 2012 14:41:35 GMT Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id qACEfXPk014872 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 12 Nov 2012 14:41:34 GMT Received: from abhmt114.oracle.com (abhmt114.oracle.com [141.146.116.66]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id qACEfXrl014920; Mon, 12 Nov 2012 08:41:33 -0600 Received: from [10.164.34.93] (/193.9.13.102) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 12 Nov 2012 06:41:33 -0800 Message-ID: <50A10A9D.9070402@oracle.com> Date: Mon, 12 Nov 2012 15:41:33 +0100 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: Adam Harvey CC: PHP internals References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: ucsinet22.oracle.com [156.151.31.94] Subject: Re: [PHP-DEV] RFC: ext/mysql deprecation From: ulf.wendel@oracle.com (Ulf Wendel) Am 11.2012 14:00, schrieb Adam Harvey: > I've written an RFC to cover deprecating ext/mysql in PHP 5.5: > https://wiki.php.net/rfc/mysql_deprecation. While we handled the soft > deprecation in the documentation purely via a straw poll on Internals, > I presume this will end up needing to go to a vote, hence the RFC. Adam, I am more than happy someone who is not paid by MySQL took the time to write an RFC. I/we have been trying to sing the "stop using ext/mysql"-song since at least since 2006. We put ext/mysql in a (security) bug fix maintenance mode only years ago. Too many ignore those attempts to get rid of ext/mysql. I searched a major search engine for PHP MySQL tutorials a few months ago. 9 out of the top 10 search results demonstrated how to use ext/mysql. 90% are of the tutorials are ashaming junk in my eyes. Wake them up. The year 2013 is just around the corner... However, because of the documentation situation, we waited and waited. You initiative seems to show that the deprecation message has finally reached circles outside MySQL. Ulf