php-src/ext/pdo_dblib
Anatol Belski af8937c056 Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
  C89 compat
  use spprintf instead (no need to estrdup afterwards).
  dblib's dbcolname can return null in some cases
  testcase fot bug #69757
  Segmentation fault on pdo_dblib::nextRowset (bug #69757)

Conflicts:
	ext/pdo_dblib/dblib_stmt.c
2015-10-18 11:28:57 +02:00
..
tests testcase fot bug #69757 2015-10-18 11:10:39 +02:00
config.m4 Look for PDO include files in the right folder 2015-02-06 12:06:29 +01: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 size_t cleanup for PDO 2015-01-26 16:16:02 -08:00
dblib_stmt.c Merge branch 'PHP-5.6' into PHP-7.0 2015-10-18 11:28:57 +02: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 cleanup mod version macros, round 3 2015-03-23 20:54:55 +01:00
php_pdo_dblib_int.h bump year 2015-01-15 23:27:30 +08:00
php_pdo_dblib.h cleanup mod version macros, round 3 2015-03-23 20:54:55 +01: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)