php-src/ext/pdo_dblib
Nikita Popov 2d51c203f0 PDO: Store/pass query_string as zend_string
Rather than storing char* + size_t, use a zend_string*. Also
avoid various copies of the query string.
2020-12-14 10:43:28 +01:00
..
tests Skip test if bigint type is unsupported by active TDS version 2020-05-08 15:13:40 -04:00
config.m4 Allow building dblib with machine-dependent libdir 2020-12-14 10:25:03 +01:00
config.w32 Switch to use ZTS cache 2019-03-12 14:15:47 +03:00
CREDITS add myself to pdo_dblib CREDITS 2016-10-27 12:14:12 -04:00
dblib_driver.c PDO: Store/pass query_string as zend_string 2020-12-14 10:43:28 +01:00
dblib_stmt.c PDO: Store/pass query_string as zend_string 2020-12-14 10:43:28 +01:00
pdo_dblib.c Fix MHANDLEFUNC signature 2020-12-14 10:25:03 +01:00
php_pdo_dblib_int.h Fix MHANDLEFUNC signature 2020-12-14 10:25:03 +01:00
php_pdo_dblib.h Fix [-Wundef] warning in PDO DBLib extension 2020-05-20 16:29:52 +02:00