Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48791 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66224 invoked from network); 15 Jun 2010 15:49:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2010 15:49:47 -0000 X-Host-Fingerprint: 24.247.219.180 24-247-219-180.dhcp.cdwr.mi.charter.com Received: from [24.247.219.180] ([24.247.219.180:25055] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/D2-47853-A11A71C4 for ; Tue, 15 Jun 2010 11:49:46 -0400 Message-ID: <4C.D2.47853.A11A71C4@pb1.pair.com> To: internals@lists.php.net Date: Tue, 15 Jun 2010 11:49:43 -0400 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 24.247.219.180 Subject: Re: [PHP-DEV] Remove sqlite2 from trunk From: auroraeosrose@gmail.com (Elizabeth M Smith) On 6/15/2010 11:45 AM, Kalle Sommer Nielsen wrote: > 2010/6/15 Patrick ALLAERT: >> What about doing the same with MySQL extensions ? >> I have the feeling that there is a benefit at removing ext/mysql with >> the same arguments as for sqlite 2. > > +1 for removing ext/mysql and ext/sqlite. While we are at it, then I > think we should strongly consider removing the ext/mssql extension as > well, its not maintained, there is countless bugs, and its officially > not supported on Windows since 5.3, but it can however still be built > and used if you do it manually. I'd have to disagree with this for one reason - it currently is the ONLY way to speak to Sql Server on non-windows machines. Until there is an alternative it probably needs to stay... Thanks, Elizabeth Smith