Working with Word 2003 COM object.
Have you been trying to work with the Word.Application COM and the Word Document would crash and the PHP script would hang?
Turns out that there is an issue within the Office COM object that doesn't let the web application (IIS, Apache) scripting engine release the object after instancing the COM. The Service Pack 3 office update claims to remedy this. Will test and post findings.