On Sun, Jul 4, 2010 at 4:47 AM, Stanley Sufficool <ssuffic...@gmail.com> 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 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php