diff options
Diffstat (limited to 'debian/patches/upstream/mssql_per_query_timeout.patch')
-rw-r--r-- | debian/patches/upstream/mssql_per_query_timeout.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/patches/upstream/mssql_per_query_timeout.patch b/debian/patches/upstream/mssql_per_query_timeout.patch deleted file mode 100644 index 0a86e4859..000000000 --- a/debian/patches/upstream/mssql_per_query_timeout.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Allow the timeout on mssql to be effective per query -Origin: http://svn.php.net/viewvc?view=revision&revision=298255 -Last-Update: 2010-05-02 - -Index: php/ext/mssql/php_mssql.c -=================================================================== ---- php.orig/ext/mssql/php_mssql.c -+++ php/ext/mssql/php_mssql.c -@@ -1343,6 +1343,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) { |