Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77916 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98496 invoked from network); 13 Oct 2014 12:48:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Oct 2014 12:48:51 -0000 Authentication-Results: pb1.pair.com header.from=johannes.schlueter@oracle.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=johannes.schlueter@oracle.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain oracle.com designates 156.151.31.81 as permitted sender) X-PHP-List-Original-Sender: johannes.schlueter@oracle.com X-Host-Fingerprint: 156.151.31.81 userp1040.oracle.com Received: from [156.151.31.81] ([156.151.31.81:47479] helo=userp1040.oracle.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/00-32936-13ACB345 for ; Mon, 13 Oct 2014 08:48:51 -0400 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s9DCmUp0029640 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 13 Oct 2014 12:48:31 GMT Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s9DCmSG2024261 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 13 Oct 2014 12:48:29 GMT Received: from abhmp0019.oracle.com (abhmp0019.oracle.com [141.146.116.25]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s9DCmSZZ024251; Mon, 13 Oct 2014 12:48:28 GMT Received: from [192.168.2.34] (/93.104.2.62) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 13 Oct 2014 05:48:27 -0700 Message-ID: <1413204505.23793.28.camel@kuechenschabe> To: Jan Ehrhardt Cc: internals@lists.php.net Date: Mon, 13 Oct 2014 14:48:25 +0200 In-Reply-To: References: <3832FC29-CE4E-49C8-B9F1-3797F019D9F8@lerdorf.com> Organization: Oracle Corporation - MySQL Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Source-IP: acsinet22.oracle.com [141.146.126.238] Subject: Re: [PHP-DEV] [RFC] Remove deprecated functionality in PHP 7 From: johannes.schlueter@oracle.com (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Mon, 2014-10-13 at 14:10 +0200, 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? Independently from moving ext/mysql to PECL or not I don't see this happen in the foreseeable future. I'm quite sure that as long as there are this huge number of forum posts, applications, ... using mysql_* this will be kept working. While I support anything teaching users of alternatives ... johannes (This is no legal commitment from Oracle or anything like that)