diff options
| author | Adam Baratz <adam.baratz@gmail.com> | 2016-04-05 18:14:03 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2016-04-05 18:24:15 +0200 |
| commit | a5e21665ee001e54d827e703ec6f0a3c7053be85 (patch) | |
| tree | cf6a5f1e772c695a81fb960032a0fa63d1c7d70b /ext/pdo_dblib/php_pdo_dblib_int.h | |
| parent | 32d6ac4ddf9b0a3ef1e1c345c5d3ce62cc0d5360 (diff) | |
| download | php-git-a5e21665ee001e54d827e703ec6f0a3c7053be85.tar.gz | |
Add driver-specific attributes for controlling calls to dbsetlogintime() and dbsettime()
Diffstat (limited to 'ext/pdo_dblib/php_pdo_dblib_int.h')
| -rw-r--r-- | ext/pdo_dblib/php_pdo_dblib_int.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/pdo_dblib/php_pdo_dblib_int.h b/ext/pdo_dblib/php_pdo_dblib_int.h index 86ff43bb09..5b47922abe 100644 --- a/ext/pdo_dblib/php_pdo_dblib_int.h +++ b/ext/pdo_dblib/php_pdo_dblib_int.h @@ -139,5 +139,10 @@ ZEND_END_MODULE_GLOBALS(dblib) ZEND_EXTERN_MODULE_GLOBALS(dblib) +enum { + PDO_DBLIB_ATTR_CONNECTION_TIMEOUT = PDO_ATTR_DRIVER_SPECIFIC, + PDO_DBLIB_ATTR_QUERY_TIMEOUT +}; + #endif |
