Re: How can a script tell if there's a MySQL problem?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Nathan Rixham wrote:

> Bastien Koert wrote:
>> 1. Make sure you are freeing up all resources as soon as you can ->
>> mysql_close();
>> 
> 
> little thing I've done for some time that's stuck with; (php5+ only)
> 
> on all of my database connection classes, I have the db close function
> in the destructor just to make sure

I guess it depends on the type of application - for a web-transaction
running on a web-server, why bother? It'll clean up after itself
anyway. 


/Per Jessen, Zürich


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux