php-src/ext/pdo_dblib
2014-10-24 20:30:18 -07:00
..
tests pdo_dblib - improve test skip messages 2010-06-30 03:16:04 +00:00
config.m4 Cache the PDO include path 2011-05-15 05:24:34 +00:00
config.w32 MFH: Fix --with-pdo-mssql build and add some warnings if header/libs are not found 2009-05-19 10:22:25 +00:00
CREDITS Add a PDO driver for Sybase style DB-lib (including MS SQL). 2005-01-17 01:15:14 +00:00
dblib_driver.c Fixed Bug #52885 - PDO_DBLIB: Binary data may be truncated 2014-10-24 20:10:04 -07:00
dblib_stmt.c Fixed bug #64511 - pdo_dblib segfaults or leaks on nextRowset() 2014-10-22 20:13:22 -07:00
package2.xml set min pdo dep to 1.0.3, which will be the new pecl release 2006-05-02 02:43:11 +00:00
pdo_dblib.c Implement Bug #66062 - pdo_dblib enable timeout parameter 2014-10-22 23:17:28 -07:00
php_pdo_dblib_int.h Implement Bug #66062 - pdo_dblib enable timeout parameter 2014-10-22 23:17:28 -07:00
php_pdo_dblib.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
README Update PDO_DBLIB README file 2014-10-24 20:30:18 -07:00

This is the unified Sybase-DB style driver for PDO.

This extension register itself as:
	- 'mssql' when built against the Microsoft DBLIB library
	- 'sybase' when built against Sybase ct-lib
	- 'dblib' when built against FreeTDS

The following database products are free for testing:
	- Microsoft SQL Server Express (Windows Only)
	- Sybase Adaptive Server (Windows, Linux, *NIX)
	- Microsoft SQL Server Azure (One Month Trial Cloud Service)