What's New in the Microsoft Drivers for PHP for SQL Server

Microsoft Drivers for PHP for SQL Server

Collapse image Expand Image Copy image CopyHover image

This topic discusses what was added in the 3.0 and the 2.0 version of the Microsoft Drivers for PHP for SQL Server.

What's New in Version 3.0

Support for PHP 5.4. PHP 5.2 is not supported in version 3 of the Microsoft Drivers for PHP for SQL Server.

AttachDBFileName connection option is added. For more information, see Connection Options.

Support for LocalDB, which was added in SQL Server 2012. For more information, see PHP Driver for SQL Server Support for LocalDB.

AttachDBFileName connection option is added. For more information, see Connection Options.

Support for the high-availability, disaster recovery features. For more information, see PHP Driver for SQL Server Support for High Availability, Disaster Recovery.

Support for client-side cursors (caching a result set in-memory). For more information, see Cursor Types (SQLSRV Driver) and Cursor Types (PDO_SQLSRV Driver).

The PDO::ATTR_EMULATE_PREPARES attribute has been added. See PDO::prepare for more information.

What's New in Version 2.0

In version 2.0, support for the PDO_SQLSRV driver was added. For more information, see PDO_SQLSRV Driver Reference.

See Also