To disable the annoying pconnects system wide , without having to do any code changes, just edit your php.ini file, and restart apache.
Set this section in php.ini to:
It will not break any scripts - they just automatically fall back to plain connects.Code:[MySQL] ; Allow or prevent persistent links. mysql.allow_persistent = Off
Smoge


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks