summaryrefslogtreecommitdiff
path: root/ext/odbc/velocis.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/odbc/velocis.c')
-rw-r--r--ext/odbc/velocis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/odbc/velocis.c b/ext/odbc/velocis.c
index 1491cb0239..5d47f0edb4 100644
--- a/ext/odbc/velocis.c
+++ b/ext/odbc/velocis.c
@@ -104,6 +104,7 @@ static void _free_velocis_result(zend_rsrc_list_entry *rsrc)
PHP_MINIT_FUNCTION(velocis)
{
SQLAllocEnv(&henv);
+
if ( cfg_get_long("velocis.max_links",&php_velocis_module.max_links) == FAILURE ) {
php_velocis_module.max_links = -1;
}