Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48795 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7500 invoked from network); 15 Jun 2010 18:11:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2010 18:11:52 -0000 Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain prohost.org from 74.125.83.42 cause and error) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 74.125.83.42 mail-gw0-f42.google.com Received: from [74.125.83.42] ([74.125.83.42:39923] helo=mail-gw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/FA-47853-762C71C4 for ; Tue, 15 Jun 2010 14:11:52 -0400 Received: by gwb15 with SMTP id 15so1605436gwb.29 for ; Tue, 15 Jun 2010 11:11:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.151.93.18 with SMTP id v18mr8681113ybl.178.1276625507520; Tue, 15 Jun 2010 11:11:47 -0700 (PDT) Received: by 10.220.70.202 with HTTP; Tue, 15 Jun 2010 11:11:47 -0700 (PDT) In-Reply-To: References: Date: Tue, 15 Jun 2010 14:11:47 -0400 Message-ID: To: Kalle Sommer Nielsen Cc: Patrick ALLAERT , Adam Harvey , internals@lists.php.net Content-Type: multipart/alternative; boundary=000e0cd25cb4e31021048915897c Subject: Re: [PHP-DEV] Remove sqlite2 from trunk From: ilia@prohost.org (Ilia Alshanetsky) --000e0cd25cb4e31021048915897c Content-Type: text/plain; charset=ISO-8859-1 There is way too much code that uses ext/mysql and ext/mysql does not depend on a legacy library, I don't think we can remove it. As far as mssql, it is the one way to talk to Microsoft SQL from *nix systems, until there are good alternatives for a direct interface, I don't think we should remove it. On Tue, Jun 15, 2010 at 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. > > > > -- > regards, > > Kalle Sommer Nielsen > kalle@php.net > --000e0cd25cb4e31021048915897c--