waynew Posted December 5, 2008 Share Posted December 5, 2008 Should mysql_close() always be used? I read somewhere that using it might cause additional overhead? But would leaving it out not create a problem whereby the maximum amount of concurrent connections might be reached? Link to comment https://forums.phpfreaks.com/topic/135650-mysql_close/ Share on other sites More sharing options...
fenway Posted December 5, 2008 Share Posted December 5, 2008 From the refman: Using mysql_close() isn't usually necessary, as non-persistent open links are automatically closed at the end of the script's execution Link to comment https://forums.phpfreaks.com/topic/135650-mysql_close/#findComment-706739 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.