ID: 10672
Updated by: kalowsky
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Documentation problem
Operating system: 
PHP Version: 4.0.4
Assigned To: 
Comments:

fixed in CVS

Previous Comments:
---------------------------------------------------------------------------

[2001-05-04 13:05:37] [EMAIL PROTECTED]
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)


---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10672&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to