Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49002 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 243 invoked from network); 4 Jul 2010 15:37:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jul 2010 15:37:15 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.161.42 mail-fx0-f42.google.com Received: from [209.85.161.42] ([209.85.161.42:47111] helo=mail-fx0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/C5-63120-9AAA03C4 for ; Sun, 04 Jul 2010 11:37:14 -0400 Received: by fxm4 with SMTP id 4so3675708fxm.29 for ; Sun, 04 Jul 2010 08:37:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=JLZLiL0n075J6zXUy7J9I54bXHjXcjuToME0NWHOAJk=; b=TU287Br9DKnpSmwq1MEt3f+ACyK1wMFmBDhnjqY0yMoQUHFaiP02E0KNnzp0XIf4Ko xIMPW+KIm7tzL/rKXMlI/oI86lMqoX/d36c0pknYpdVnBimqFE+NCc80aa6OL2W3lJh4 VDZgxh7On47rVJlbFd6DAEKxs/Pv8VVbCxOWk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ahA4aL3yKHbE6+9aZOIJUg03gM1h5UYTIYftGaRpYrpUwXofSPhOZUuRmRLsc3AG8L tFC89g9vc7146eEVvnaKx3gqgS9l+QVPuwbtJOAclYrSmA2qGdpOclGXuHgLDwWiiu/5 /GEd7Qc9wvHUYeAA94KVe+Lz8hxB/h2JCIXVA= MIME-Version: 1.0 Received: by 10.86.63.18 with SMTP id l18mr1061815fga.24.1278257830863; Sun, 04 Jul 2010 08:37:10 -0700 (PDT) Received: by 10.223.113.143 with HTTP; Sun, 4 Jul 2010 08:37:10 -0700 (PDT) In-Reply-To: References: <4C2E0984.5040607@oracle.com> Date: Sun, 4 Jul 2010 17:37:10 +0200 Message-ID: To: Stanley Sufficool Cc: Christopher Jones , Ilia Alshanetsky , =?ISO-8859-1?Q?Johannes_Schl=FCter?= , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] PDO DBLIB Release Candidate? From: pierre.php@gmail.com (Pierre Joye) On Sun, Jul 4, 2010 at 4:47 AM, Stanley Sufficool wrote: >> That's not correct. PHP 5.3+ has no SqlServer support on Windows. The >> SqlSrv driver is more than welcome as it solves this problem. The PDO >> support is still beta (CTP2). However all other platforms do have >> SqlServer support by default in the core. > > Sorry, I was incorrect, the Microsoft PDO SqlServer is still in > release candidate stages. I'm just hoping to have an on-par PDO > implementation available on all platforms before everyone starts > coding for the platform dependent driver. It does not matter for PDO. They have the same API and the queries should be the same. A couple of features may not work in the same way, mainly the auth parts. It is however the case for the sqlsrv driver API (non PDO). But even in this case the API is very close to what we have in mssql, only with less bugs ;) Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org