Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48806 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47552 invoked from network); 16 Jun 2010 13:14:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2010 13:14:39 -0000 Authentication-Results: pb1.pair.com header.from=will@flourishlib.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=will@flourishlib.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain flourishlib.com from 207.58.165.192 cause and error) X-PHP-List-Original-Sender: will@flourishlib.com X-Host-Fingerprint: 207.58.165.192 vps.wbond.net Linux 2.6 Received: from [207.58.165.192] ([207.58.165.192:49426] helo=vps.wbond.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AE/84-16489-D3EC81C4 for ; Wed, 16 Jun 2010 09:14:38 -0400 Received: (qmail 11306 invoked from network); 16 Jun 2010 09:14:33 -0400 Received: from mail-pv0-f170.google.com (74.125.83.170) by flourishlib.com with (RC4-MD5 encrypted) SMTP; 16 Jun 2010 09:14:33 -0400 Received: by pvd12 with SMTP id 12so536714pvd.29 for ; Wed, 16 Jun 2010 06:14:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.117.16 with SMTP id p16mr6151490wfc.290.1276694071392; Wed, 16 Jun 2010 06:14:31 -0700 (PDT) Received: by 10.142.155.20 with HTTP; Wed, 16 Jun 2010 06:14:31 -0700 (PDT) In-Reply-To: References: Date: Wed, 16 Jun 2010 09:14:31 -0400 Message-ID: To: Kalle Sommer Nielsen , internals@lists.php.net Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Remove sqlite2 from trunk From: will@flourishlib.com (Will Bond) On Tue, Jun 15, 2010 at 6:49 PM, Kalle Sommer Nielsen wrote= : > FreeTDS have an odbc wrapper, which means that it will work with > ext/odbc and pdo_odbc aswell, the migration is rather simple here and > i think it will be beneficial for both us and the users. I've used the mssql extension quite a bit where I work to connect to SQL Server boxes and I also maintain a cross-extension database library that works with mssql, odbc, pdo_odbc and many more. From my experience, mssql is the only way to connect to a SQL Server database from a non-windows platform =96 obdc and pdo_odbc had enough unresolvable issues that I disabled the unit tests on every OS except for Windows. If you are interested I can run the SQL Server tests for odbc and pdo_odbc on various platforms and give you some examples of how they fail.