【发布时间】:2013-07-19 10:24:22
【问题描述】:
我正在使用Symfony 任务php5.2。这是我的代码的一部分:
图像数组
foreach($array as $k=>$v)
{
abc(); // function call which will cope images from one server to another
// by using file_get_content in a php variable and using api(wso).
echo memory_get_usage();
}
问题是 memory_get_usage(); 总是返回相同的值,但是当我使用 top 命令时,内存不断增加。
symfony task 或 php5.2 或 wso 是否有 bug。
【问题讨论】:
标签: php symfony1 symfony-1.4 wso2 php-5.2