Posted by -Lost on 04/27/07 10:25
David Gillen wrote:
> Man-wai Chang said:
>> After the webserver executed a page.php (resulting with or without
>> error), are all $result from mysql_query() released automatically?
>>
> Yes, when the script finishes executing. There is a memory leak somewhere
> though in mysql_query() and using mysql_free_result() doesn't properly free
> all the memory. Unless you are executing thousands of queries in a single
> script this shouldn't be a problem. If it is, you can just increase the
> available memory size for your script.
Is that Bug #28424? I often wondered if he meant result or query.
--
-Lost
Remove the extra words to reply by e-mail. Don't e-mail me. I am
kidding. No I am not.
Navigation:
[Reply to this message]
|