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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: polandj at engin dot umich dot edu
New email:
PHP Version: OS:

 

 [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

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-12 15:01 UTC] kalowsky@php.net
fixed in CVS
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 19:01:32 2025 UTC