[PHP-DEV] Bug #10672 Updated: uodbc.* should be odbc.* in php.ini From: kalowsky <email protected>
Date: 05/12/01

ID: 10672
Updated by: kalowsky
Reported By: polandj <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] polandj <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: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>