http://php.net/manual/en/function.mysql-free-result.php

says memory is automatically freed at the end of script execution


but http://kr.php.net/manual/en/mysqli-result.free.php

says you should always call mysqli_free_result and does not mention
automatic free.


Is there any plan to support automatic memory free for mysqli_free_result as
mysql_free_result do?


Thanks.

-- 
http://kldp.org/~kss

Reply via email to