mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
- Fixed bug #51562 (query timeout in mssql can not be changed per query)
Patch by: ejsmont dot artur at gmail dot com
This commit is contained in:
@@ -1311,6 +1311,7 @@ PHP_FUNCTION(mssql_query)
|
||||
mssql_result *result;
|
||||
int id = -1;
|
||||
|
||||
dbsettime(MS_SQL_G(timeout));
|
||||
batchsize = MS_SQL_G(batchsize);
|
||||
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|rl", &query, &query_len, &mssql_link_index, &zbatchsize) == FAILURE) {
|
||||
|
||||
Reference in New Issue
Block a user