Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77915 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95477 invoked from network); 13 Oct 2014 12:21:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Oct 2014 12:21:27 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.50 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.50 mail-qa0-f50.google.com Received: from [209.85.216.50] ([209.85.216.50:37965] helo=mail-qa0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/60-27479-6C3CB345 for ; Mon, 13 Oct 2014 08:21:27 -0400 Received: by mail-qa0-f50.google.com with SMTP id w8so4239738qac.23 for ; Mon, 13 Oct 2014 05:21:24 -0700 (PDT) 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=Zv8fs0NjF6r0qtkCdWmmk4SZ2skZY78XAVaWQM8211M=; b=ZoOPnHHutU767Wv66Ei28LDxF64jR+9lX+4sHCWRWMmTlPLzbrIUlJoUudO42wFbi6 GayQYL7F9uF2F/uyO/kmwueQTLlGGbwZN2OmpRy5lPsTuJh0R4iuhuV2Rd7o4+m0Rw2M CQg/0p/pkMwmt80FTroAaJZJkQ7c+hcB/GcUoBqBMufiU3p+uypZl3yJeZ9LHX8KbqSl ZhJZKuFJEb0EkWmcT8xOaLv6K+vswPn05KBie5tu0yKIYkx2XLiiwqn9mb50aC7/OslY rjRo0otQGo39gn9ds7U12G0a13V4g7nt/23TK3/9P1FtmC+XPzO58rtBDU21TMjw9du5 IEUA== MIME-Version: 1.0 X-Received: by 10.140.40.36 with SMTP id w33mr37149322qgw.22.1413202884398; Mon, 13 Oct 2014 05:21:24 -0700 (PDT) Received: by 10.140.22.51 with HTTP; Mon, 13 Oct 2014 05:21:24 -0700 (PDT) Received: by 10.140.22.51 with HTTP; Mon, 13 Oct 2014 05:21:24 -0700 (PDT) In-Reply-To: References: <3832FC29-CE4E-49C8-B9F1-3797F019D9F8@lerdorf.com> Date: Mon, 13 Oct 2014 14:21:24 +0200 Message-ID: To: Jan Ehrhardt Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11c12eb6eb968205054cef8b Subject: Re: [PHP-DEV] [RFC] Remove deprecated functionality in PHP 7 From: pierre.php@gmail.com (Pierre Joye) --001a11c12eb6eb968205054cef8b Content-Type: text/plain; charset=UTF-8 On Oct 13, 2014 7:10 PM, "Jan Ehrhardt" wrote: > > Dmitry Stogov in php.internals (Mon, 13 Oct 2014 14:29:06 +0400): > >Note, that once we move extension outside of main source tree, only > >extension maintainers (if any) will support them. > > In the ext/mysql case this will be a bit uncomfortable. If you compile > PHP --with-mysql=mysqlnd the mysqlnd-part is in core, while a part of > the functionality of ext/mysql is used. What if mysqlnd drifts away from > supporting ext/mysql? It is more the other way 'round. Mysql being not updated to support latest core change. Which may happen, and I would have no issue with that if we choose to remove it. Keeping in mind that we talk about 7 here. So users still have something like at least 3 years in front of them, 4 if we do a 5.7. --001a11c12eb6eb968205054cef8b--