PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I think persistent connections will cause issues mainly when your script execution halts before closing the connection as I believe it leaves an open connection to the server. I think.