Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77918 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2568 invoked from network); 13 Oct 2014 13:08:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Oct 2014 13:08:53 -0000 X-Host-Fingerprint: 92.254.21.118 118-21.ftth.alicecomfortplus.nl Received: from [92.254.21.118] ([92.254.21.118:21748] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 21/F0-27479-BA9CB345 for ; Mon, 13 Oct 2014 08:46:36 -0400 To: internals@lists.php.net Date: Mon, 13 Oct 2014 14:46:32 +0200 Message-ID: References: <3832FC29-CE4E-49C8-B9F1-3797F019D9F8@lerdorf.com> X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 92.254.21.118 Subject: Re: [PHP-DEV] [RFC] Remove deprecated functionality in PHP 7 From: phpdev@ehrhardt.nl (Jan Ehrhardt) Pierre Joye in php.internals (Mon, 13 Oct 2014 14:21:24 +0200): >On Oct 13, 2014 7:10 PM, "Jan Ehrhardt" wrote: >> >> 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. OK, maybe I should have said 'what if mysqlnd and ext/mysql drift apart?' But it still feels uncomfortable. Will it be considered a BC-break if, say, PHP 7.1 changes something in mysqlnd and ext/mysqli that is also being used by pecl/mysql? Jan