On 20.03.2001 14:48:58 Sinisa Milivojevic wrote:

> Also, do you have clients that do not call mysql_close at the end ,
> like PHP programs ?

Huh?  According to the PHP manual, I always thought that it is unnecessary to
explicitly call mysql_close() in PHP.  In the PHP manual it says, that the
connection is closed automatically when the script finishes.

See http://www.php.net/manual/en/function.mysql-close.php .  Quote from the
manual:

| Using mysql_close() isn't usually necessary, as non-persistent open
| links are automatically closed at the end of the script's execution.




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to