Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79958 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96829 invoked from network); 26 Dec 2014 11:11:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Dec 2014 11:11:50 -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.51 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.192.51 mail-qg0-f51.google.com Received: from [209.85.192.51] ([209.85.192.51:50626] helo=mail-qg0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C3/F0-23336-5724D945 for ; Fri, 26 Dec 2014 06:11:49 -0500 Received: by mail-qg0-f51.google.com with SMTP id i50so7000652qgf.38 for ; Fri, 26 Dec 2014 03:11:47 -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=mNUGAZjT/kMsLD9sDaZLWvNdy/NB+0MV8W/9UKcVcmQ=; b=C7ccN8fNh+kax2EasFtX2DqbIZZoUduXOpVeMltBhTZT1h1GMiqG8MKfc/YXYsyM6Z S0M5iGZkigbuQV2EpKUvTWIYSBXRnZbX8Og7E3Nl4xJi9T7uOPui+pjxXvxCONEwMyn+ NtRvsKdFG6EJYXI7cYOLhXc+VeHYK6ywUWTQl759H0x993UJXNd2RYTksuwbU/5KRXE+ L9iz7KJYuxXsyfjfZhxVUE3NgT2F1tUhe6H9Pt4WJ7t4bOyEwgrw003VidrZekDzmYou aY0uqk9hdnJqhu5JiYazLY2JKQ1qWQNmi4j2RNkWXdA2mOW9gg93R23irI/PA7PwKdHT 428g== MIME-Version: 1.0 X-Received: by 10.224.112.9 with SMTP id u9mr59585413qap.18.1419592307018; Fri, 26 Dec 2014 03:11:47 -0800 (PST) Received: by 10.140.22.106 with HTTP; Fri, 26 Dec 2014 03:11:46 -0800 (PST) Received: by 10.140.22.106 with HTTP; Fri, 26 Dec 2014 03:11:46 -0800 (PST) In-Reply-To: References: Date: Fri, 26 Dec 2014 22:11:46 +1100 Message-ID: To: Niktia Nefedov Cc: Nikita Popov , PHP internals , Xinchen Hui Content-Type: multipart/alternative; boundary=001a11c2d62e2f9358050b1c9796 Subject: Re: [PHP-DEV] Re: [RFC] Remove deprecated functionality in PHP 7 From: pierre.php@gmail.com (Pierre Joye) --001a11c2d62e2f9358050b1c9796 Content-Type: text/plain; charset=UTF-8 On Dec 26, 2014 5:22 PM, "Niktia Nefedov" wrote: > > On Sun, 21 Dec 2014 06:49:49 +0300, 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.. >> >>> >>> Also last time we discussed that there were a couple of oppositions to >>> remove deprecated features in 7. >> >> yes.. >>> >>> >>> My take is that we should not have a mass vote but options for each feature. >>> Also if we do not remove deprecated features we may as a well remove the >>> deprecation as it makes no sense to keep it if we never actually remove the >>> affected features. >> >> I agree.. >> >> for ext/mysql, I think it's okey to remove the deprecated warning.. >> >> thanks >>> >>> >>> Cheers, >>> Pierre >> >> >> >> > > Hey Xinchen, > > Couldn't we just write a compatibility layer, like Anthony did for password_hash? (but in the opposite direction, for people who are stuck with ext/mysql and want to upgrade to 7) > > There'll be one problem with mysqli being an object and not a resource, but I'm sure would be able to solve it. There is already one, written by Ulf back then. --001a11c2d62e2f9358050b1c9796--