Searched refs:dblib (Results 1 – 8 of 8) sorted by relevance
/PHP-5.4/ext/mssql/ |
H A D | config.w32 | 17 ARG_WITH("dblib", "mssql support with freetds", "no"); 20 if (CHECK_LIB("dblib.lib", "dblib", PHP_PHP_BUILD + "\\freetds") && 22 EXTENSION("dblib", "php_mssql.c", null, null, null, "ext\\dblib"); 26 WARNING("dblib not enabled; libraries and headers not found");
|
/PHP-5.4/ext/pdo_dblib/ |
H A D | pdo_dblib.c | 35 ZEND_DECLARE_MODULE_GLOBALS(dblib) 36 static PHP_GINIT_FUNCTION(dblib); 74 PHP_MODULE_GLOBALS(dblib), 75 PHP_GINIT(dblib), 166 static PHP_GINIT_FUNCTION(dblib) in PHP_GINIT_FUNCTION() argument
|
H A D | php_pdo_dblib_int.h | 129 ZEND_BEGIN_MODULE_GLOBALS(dblib) 132 ZEND_END_MODULE_GLOBALS(dblib) 140 ZEND_EXTERN_MODULE_GLOBALS(dblib);
|
H A D | config.w32 | 4 ARG_WITH("pdo-dblib", "freetds dblib (Sybase, MS-SQL) support for PDO", "no"); 40 /* smells like FreeTDS (or maybe native sybase dblib) */
|
H A D | config.m4 | 5 PHP_ARG_WITH(pdo-dblib, for PDO_DBLIB support via FreeTDS, 6 [ --with-pdo-dblib[=DIR] PDO: DBLIB-DB support. DIR is the FreeTDS home directory])
|
H A D | dblib_driver.c | 419 PDO_DRIVER_HEADER(dblib),
|
/PHP-5.4/ext/pdo_dblib/tests/ |
H A D | config.inc | 6 $dsn = 'dblib:host=localhost;dbname=test';
|
/PHP-5.4/ |
H A D | NEWS | 947 . Fixed bug #65219 (PDO/dblib not working anymore ("use dbName" not sent)). 1003 . Fixed bug #63638 (Cannot connect to SQL Server 2008 with PDO dblib). 1451 . Fixed bug #63258 (seg fault with PDO and dblib using DBSETOPT(H->link, 8155 - Fixed bug #34777 (Crash in dblib when fetching non-existent error info).
|
Completed in 29 milliseconds