mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
f384971552
Configure scripts for extensions look for PDO include files in $prefix/include/php. This change makes them look into $phpincludedir instead, which may be different from $prefix/include/php.
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)