php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #10672 uodbc.* should be odbc.* in php.ini
Submitted: 2001-05-04 13:05 UTC Modified: 2001-05-12 15:01 UTC
From: polandj at engin dot umich dot edu Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.4 OS: OpenBSD 2.8
Private report: No CVE-ID: None
 [2001-05-04 13:05 UTC] polandj at engin dot umich dot edu
In trying to tweak my ODBC connection use, I was trying to limit the number of max_links.  I could change the number in php.ini, but didn't see the change in phpinfo() output.  I changed

uodbc.max_links = -1
            to
uodbc.max_links = 10

Then, looking at the phpinfo() output, I saw the variable was actually called odbc.max_links, so changing the line to:

odbc.max_links = 10

did the trick.   Your documentation also specifies the parameter as "uodbc".  This could be an artifact of me using libiodbc, instead of unixODBC, not sure. 

The uodbc -> odbc name change effects all the odbc variables (allow_persistent, check_persistent, etc)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-12 15:01 UTC] kalowsky@php.net
fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 02:01:30 2024 UTC