08-17-2009, 07:50 PM
|
#2 (permalink)
|
|
The Wanderer
Join Date: Aug 2009
Posts: 11
Thanks: 1
|
Yep ...
ob_flush();
flush();
clearstatcache();
Ran into the same problem for a daemon running a php loop.. Time wouldn't change any time during the loop.. Clear the stat cache .. and you should be good.
|
|
|
|