Hi all,
Ever since I upgraded to PHP 4.2.2 (from 4.06) I find that the connestions to the database are not being closed even though I am using ifx_close($dbid) at the end of each page. Any ideas?
Direwolf
PHP not closing db connection
Moderator: General Moderators
Persistent Links
"...Note that this isn't usually necessary, as non-persistent open links are automatically closed at the end of the script's execution.
ifx_close() will not close persistent links generated by ifx_pconnect(). " "PHPManual"
Check to see if your using persistent links, maybe thats your problem
ifx_close() will not close persistent links generated by ifx_pconnect(). " "PHPManual"
Check to see if your using persistent links, maybe thats your problem
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK