From: [EMAIL PROTECTED]
Operating system: OpenBSD 2.8
PHP version: 4.0.4
PHP Bug Type: Documentation problem
Bug description: uodbc.* should be odbc.* in php.ini
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)
--
Edit Bug report at: http://bugs.php.net/?id=10672&edit=1
--
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]