I am using one com object with php. It is working fine for some no. of files (random), and then it stops working. After I restart apache server it again works fine.
I tried using: ob_start() before using com object and at the end of code: ob_end_flush(),ob_flush() and flush() functions.
But still not able to solve my problem.
