Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79841 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58778 invoked from network); 21 Dec 2014 05:36:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Dec 2014 05:36:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.46 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.192.46 mail-qg0-f46.google.com Received: from [209.85.192.46] ([209.85.192.46:62684] helo=mail-qg0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 36/A1-48452-65C56945 for ; Sun, 21 Dec 2014 00:36:23 -0500 Received: by mail-qg0-f46.google.com with SMTP id q107so2225243qgd.19 for ; Sat, 20 Dec 2014 21:36:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nPLK05alUwPhEXFqBNVIMWg1e6i9OWCcriSlkt9iuMg=; b=nrTq0sIqi2xtAk73woHBdczpmK8GTi59i5HKtJntm4pe0fx2Rm18SwfPH2b2Lr0axi SS1dnylMVno92UCfN1zdkl7ziOnfwJcgjwg7bnSIcWqkEjfvpF1w1GszK83svGvhgeN0 MhCPkrdM4UoULHhyNUNjj5vYSEodLpstuXWrM0mMtNziEXwZq26UeR73f/UMo4njByOY 1qD0stkXDzGDi2My2aSXsKd3gsQVFM8cgNvF1zfmzYjj6m0N47s47S4NMrlrFEDKZ9t2 +JOjVQ4hvFOHPhtofEJjW/PzPoMJeqQc3Y2Mg+fxgy/pjV5svDZfhvaZTf/xoOfILOBi PwZQ== MIME-Version: 1.0 X-Received: by 10.224.120.65 with SMTP id c1mr27532209qar.87.1419140179650; Sat, 20 Dec 2014 21:36:19 -0800 (PST) Received: by 10.140.22.106 with HTTP; Sat, 20 Dec 2014 21:36:19 -0800 (PST) Received: by 10.140.22.106 with HTTP; Sat, 20 Dec 2014 21:36:19 -0800 (PST) In-Reply-To: References: Date: Sun, 21 Dec 2014 16:36:19 +1100 Message-ID: To: Laruence Cc: Nikita Popov , PHP internals Content-Type: multipart/alternative; boundary=001a11c2d5d44b6fc1050ab35242 Subject: Re: [PHP-DEV] Re: [RFC] Remove deprecated functionality in PHP 7 From: pierre.php@gmail.com (Pierre Joye) --001a11c2d5d44b6fc1050ab35242 Content-Type: text/plain; charset=UTF-8 On Dec 21, 2014 10:50 AM, "Xinchen Hui" wrote: > > Hey: > > On Sun, Dec 21, 2014 at 11:43 AM, Pierre Joye wrote: > > > > On Dec 21, 2014 10:23 AM, "Xinchen Hui" wrote: > >> > >> Hey: > >> > > > >> I am strongly against to remove ext/mysql > >> > >> that means, all wordpress users/maintainers, will not able to upgrade > >> to PHP7 without pain. > > > > https://make.wordpress.org/core/2014/04/07/mysql-in-wordpress-3-9/ > > > > Basically wp and mysql are wrong arguments. > we have upgrade issues, they also have that.. > > I know lots of sites are based on old version wordpress, and they did > lot's of custom developing on it.. > > they will not able to upgrade to any new wordpress.. Not really our problem, is it? If they stick with 5.4.x, they should be good. But for anything with 5.5+ and wp, mysqli is used. That means that any 5.5+ and wp, they already use mysqli. However if one relies on patched core wp and did not manage to actualize their various plugins to use mysqli... Really nothing we do will help them. --001a11c2d5d44b6fc1050ab35242--