[PHP-DEV] Bug #2233: mysql settings in php ini don't work From: gorgo <email protected>
Date: 09/03/99

From: gorgo <email protected>
Operating system: linux
PHP version: 3.0.12
PHP Bug Type: MySQL related
Bug description: mysql settings in php ini don't work

phpinfo() for mysql says:
Allow persistent links:
                                Yes
Persistent links:
                                0/Unlimited
Total links:
                                0/Unlimited
while I have settings in the ini file:
[MySQL]
mysql.allow_persistent = Off ; allow or prevent persistent link
mysql.max_persistent = 100 ; maximum number of persistent links.
mysql.max_links = 100 ; maximum number of links

mysql is loaded dynamically

-- 
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>