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? Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/135650-mysql_close/#findComment-706739 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.