Quote:
Originally Posted by Davee.
Quote:
Originally Posted by MenaceX^
Quote:
Originally Posted by Davee.
Quote:
Originally Posted by MenaceX^
Quote:
Originally Posted by Davee.
With this plugin I no need to use
?
In my test script the memory freed automatically ( without mysql_free_result(); )
|
Your test script doesn't use this plugin then..
You must release the result by yourself.
|
I use mysql_store_result(); ... And I use this plugin
|
Well yes. Then where's the problem?
|
Thats was a quesion
|
Yes, the plugin does free the result automatically on the next query (if stored), although, I advise you to do it manually, its more efficient.