php-src/ext/pdo_dblib
2015-01-10 15:07:38 -08: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
dblib_driver.c trailing whitespace removal 2015-01-10 15:07:38 -08:00
dblib_stmt.c trailing whitespace removal 2015-01-10 15:07:38 -08: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 trailing whitespace removal 2015-01-10 15:07:38 -08:00
php_pdo_dblib_int.h trailing whitespace removal 2015-01-10 15:07:38 -08: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)