Newsgroups: php.doc,php.internals Path: news.php.net Xref: news.php.net php.doc:969379947 php.internals:42483 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9096 invoked from network); 5 Jan 2009 14:36:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jan 2009 14:36:09 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:54678] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/C0-07052-7DA12694 for ; Mon, 05 Jan 2009 09:36:08 -0500 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id 67A6B1EBC01B; Mon, 5 Jan 2009 14:37:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VdaCCAe5jbgW; Mon, 5 Jan 2009 15:37:13 +0100 (CET) Received: from [192.168.80.52] (unknown [195.226.16.50]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id 4A92E1EBC019; Mon, 5 Jan 2009 15:37:13 +0100 (CET) Cc: "PHP Documentation ML" , "PHP Developers Mailing List" Message-ID: To: RQuadling@googlemail.com In-Reply-To: <10845a340812310211x5e740748xd81161fef04e2747@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Mon, 5 Jan 2009 15:36:02 +0100 References: <10845a340812310211x5e740748xd81161fef04e2747@mail.gmail.com> X-Mailer: Apple Mail (2.930.3) Subject: Re: [PHP-DEV] Differences in VC6 and VC9 Windows builds and MSSQL Driver. From: mls@pooteeweet.org (Lukas Kahwe Smith) On 31.12.2008, at 11:11, Richard Quadling wrote: > With Microsoft having their own PHP extension for talking to MSSQL > (http://www.microsoft.com/sqlserver/2005/en/us/PHP-Driver.aspx - > though documented to only support SQL 2005 and 2008, not 7 or 2000), > could this become the standard alternative for php_mssql.dll (though > not PDO as the MS extension is procedural only, leaving ODBC as the > route for older versions? I do not see us adding a new RDBMS specific extension that only works on one OS (that is not even our main target OS in practice for deployment) for an RDBMS that is also quite a niche solution for PHP. Actually the only RDBMS where I am willing to currently consider a new non PDO extension sqlite. As such I do not think we should consider bundling this extension, let alone have it replace the php_mssql.dll. regards, Lukas Kahwe Smith mls@pooteeweet.org