
What's New in the SQL Server 2005 Driver for PHP Community Technology Preview (May 2008)
Additional Functions
The following sqlsrv functions are new in this release:
See the API Reference for a complete list of function names and signatures.
Index Change for Arrays and Fields
Warnings Are Treated as Errors
Support for More Connection Attributes
For a complete list of supported connection attributes, see sqlsrv_connect.
Support for Connection Pooling
By default, connection pooling is turned on in the SQL Server 2005 Driver for PHP. For more information, see Connection Pooling.
Stream Data Sent at Execution
By default, all stream data is sent to the server at the time of query execution. This behavior can be turned off so that up to eight kilobytes (8 KB) of stream data is sent to the server with each call to sqlsrv_send_stream_data. For more information, see How to: Send Stream Data.
Support for More SQL Server Data Types
Updated Default PHP Types
By default, the SQL Server 2005 Driver for PHP converts data to PHP data types when retrieving data from the server. Some of the default conversions have changed for this release. For a complete list of the default PHP data types, see Default PHP Data Types. For information about how to specify PHP data types, see How to: Specify PHP Data Types.
Simplified Logging Configuration