What I did:
- I edited php.ini to include
mysqli.allow_persistent = Off
- restarted php
- php_info -->> shows
mysqli.allow_persistent = On
I even tried:
ini_set('mysqli.allow_persistent', "Off");
- but php_info -->> still shows mysqli.allow_persistent = On
Why and how to fix this?