I'm using PEAR persistent database connection for connectiong to a databse from severel different pages, and everything seems to be working fine.
My question is: do I need/shold I close these connections before exiting a script? If yes, why is that, and how is it done?