RE: [PHP-WIN] PHP-memory leak with COM-objects?

2007-10-11 Thread Gustav Wiberg
Hi! No, I'm not doing anything specific though: (PHP 5.2, IIS 6.0, Win2003 Server, Word 2003) Visible = 1; $word->Documents->Open("c:\\test.doc"); $word = null; ?> No, not special permissions. It might be that IIS Out of process is running. On some systems this don't seem to run and some syst

Re: [PHP-WIN] PHP-memory leak with COM-objects?

2007-10-11 Thread John Mertic
Do you have a working demo of what you are doing with Word COM and PHP? I'm kinda curious since I've never seen anyone be able to save a document back to the webserver like that. Are you setting some special permissions on the webserver? John On 10/10/07, Gustav Wiberg <[EMAIL PROTECTED]> wrote:

Re: [PHP-WIN] Reading files from Win 2003 Server

2007-10-11 Thread John Mertic
You're going to want to mount the directory at the command line, something like smbmount //server/share /localdir -o username=user,password=pass,uid=500,gid=500 Also be sure that /localdir is readable by the www-user account. John On 10/10/07, Alexis <[EMAIL PROTECTED]> wrote: > Hi, > > I know