Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77914 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93750 invoked from network); 13 Oct 2014 12:10:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Oct 2014 12:10:30 -0000 X-Host-Fingerprint: 92.254.21.118 118-21.ftth.alicecomfortplus.nl Received: from [92.254.21.118] ([92.254.21.118:5364] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/00-27479-531CB345 for ; Mon, 13 Oct 2014 08:10:29 -0400 To: internals@lists.php.net Date: Mon, 13 Oct 2014 14:10:28 +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) 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? Jan