diff options
author | Nick Gorham <lurcher@php.net> | 1999-11-30 12:41:36 +0000 |
---|---|---|
committer | Nick Gorham <lurcher@php.net> | 1999-11-30 12:41:36 +0000 |
commit | 2df67b7c9e6c31246709058fb26ef760cb827a54 (patch) | |
tree | b4d62436d1db7bfdf42aa31d9cf2857d95b15806 /php.ini-dist | |
parent | bc38c052e9b5821e6119a2ea57b6313111af7572 (diff) | |
download | php-git-2df67b7c9e6c31246709058fb26ef760cb827a54.tar.gz |
Added check in the ODBC module that a connection is still valid before
reuse in a persistent connection.
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index dcac9558b6..ecf0f8f704 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -191,6 +191,7 @@ sql.safe_mode = Off ;uodbc.default_user = Not yet implemented ;uodbc.default_pw = Not yet implemented uodbc.allow_persistent = On ; allow or prevent persistent links +uodbc.check_persistent = On ; check that a connection is still validbefore reuse uodbc.max_persistent = -1 ; maximum number of persistent links. -1 means no limit uodbc.max_links = -1 ; maximum number of links (persistent+non persistent). -1 means no limit uodbc.defaultlrl = 4096 ; Handling of LONG fields. Returns number of bytes to variables, 0 means passthru |