Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63928 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42313 invoked from network); 16 Nov 2012 16:04:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Nov 2012 16:04:07 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.216.42 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.216.42 mail-qa0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:48767] helo=mail-qa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/75-08060-6F366A05 for ; Fri, 16 Nov 2012 11:04:06 -0500 Received: by mail-qa0-f42.google.com with SMTP id b33so4919315qad.8 for ; Fri, 16 Nov 2012 08:04:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=8VtmEKKn6Oiby6X5c6/kC9QT/1ui/ygFIkf0Y73k54w=; b=CaUir3XqhyuBgjfLKSUDPQ29WYcHde2GWRRaiOp1uIUwA2YW1Uvf9fH0RZ/N7mMF0j T8wWVADlLbz3oPGBdc7VKNOeETSc0NwWt6FvWsv+2Jrh2rKLvPN/jHVilUrCgaWM9ZBE i0c7QSDS+WNTE9kmQyZXaOWyg/rJLqZmJqbNUNFpnpdinBlEWOCGUyG7VVvqDx2ZyWOT jhG5l8Gvsi8NLMP14ZNlSzLw6eWRi/ZwPwUP3XKyqmWhhizZ9Lo2aUc1g4bN+TtFl9ZA feVTeBxzD2PymYiVx52i1dFJN0B6Jduh9ypTC1L+rPWCqRBmHJht6IgKqsa5q3CxMOvv 70vw== Received: by 10.229.196.96 with SMTP id ef32mr1083602qcb.101.1353081842873; Fri, 16 Nov 2012 08:04:02 -0800 (PST) Received: from [192.168.200.148] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id q7sm1009824qeo.6.2012.11.16.08.04.00 (version=SSLv3 cipher=OTHER); Fri, 16 Nov 2012 08:04:02 -0800 (PST) Message-ID: <50A663EF.3020401@lerdorf.com> Date: Fri, 16 Nov 2012 08:03:59 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 To: Ryan McCue CC: Pierre Joye , Philip Olson , Patrick ALLAERT , Anthony Ferrara , Will Fitch , Stas Malyshev , Adam Harvey , Devis Lucato , PHP Developers Mailing List References: <50A2D672.7010600@gmail.com> <50A30144.5070305@phpgangsta.de> <50A3BEC0.8030607@gmail.com> <50A54713.8090102@sugarcrm.com> <50A549EB.2020408@lerdorf.com> <50A5FB0C.1080602@lerdorf.com> <50A5FF83.1060706@lerdorf.com> <50A6088B.5010701@rotorised.com> In-Reply-To: <50A6088B.5010701@rotorised.com> X-Enigmail-Version: 1.4.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQljVrPPiaWzw6ie6iBxCk6yPDvWoCN2/e61yTncs1xsrsaRCoHAW0WSq9tlJuTx34ROpHXg Subject: Re: [PHP-DEV] RFC: ext/mysql deprecation From: rasmus@lerdorf.com (Rasmus Lerdorf) On 11/16/2012 01:34 AM, Ryan McCue wrote: > Pierre Joye wrote: >> Wordpress lead developer statement is rather clear: Go ahead, we will follow. > > Indeed, we have patches written already [1], but they were low priority. > The plan is to aim for landing these in the next major version, assuming > PHP does go ahead with this. > > [1]: http://core.trac.wordpress.org/ticket/21663 So, I am curious, why are you waiting on us for this? Is it because ext/mysql does everything you need and you simply have no need for any of the new and obviously better features in mysqli? I would have thought you would have switched to mysqli years ago if it was available and only used ext/mysql as a desperation fallback if that was all that was available. Not a criticism, but a curiosity. This is part of why this is going to be a very painful process no matter which path we take. It is an extension which works just fine and will continue to work for people. I wish we could come up with a better carrot for getting people to migrate versus just hitting them with a stick which most people here seem to advocate. -Rasmus