PHP SQL Driver Performance

Are there any performance benefits when using the new generation (2.0) PDO driver for SQL Server instead of using 1.1? I was wondering if it was worth updating the driver and code.

+5
source share
1 answer

http://sqlsrvphp.codeplex.com/ mentions the release date August 5, 2010.

Microsoft version 2.0 drivers for PHP for SQL Server are now available.

Any code that was written to work with previous versions should work with the current version of version 2.0.

I would suggest that updating is safe

+1
source

All Articles