Edit report at http://bugs.php.net/bug.php?id=23226&edit=1
ID: 23226
Comment by: hilerchyn at 163 dot com
Reported by: dominik dot lebar at ensico dot si
Summary: After creating Winword COM object and calling Quit,
winword.exe doesn't quit
Status: Bogus
Type: Bug
Package: COM related
Operating System: Windows NT 4.0, Service pack 6a
PHP Version: 4.3.2RC1
New Comment:
i have a problem the same as u
Previous Comments:
------------------------------------------------------------------------
[2003-04-15 10:57:19] dominik dot lebar at ensico dot si
I agree. Close the thread. I have solved the problem.
Best regards,
Dominik
------------------------------------------------------------------------
[2003-04-15 10:25:15] [email protected]
Sorry, but your problem does not imply a bug in PHP itself. For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.
Thank you for your interest in PHP.
ever wondered why release is called release and what you should *not* do
after a release call ?
------------------------------------------------------------------------
[2003-04-15 08:06:16] dominik dot lebar at ensico dot si
This script does not exit winword.exe process :
$word = new COM("word.application") or die("Unable ... ");
$word->Visible = 1;
$word->Documents->Add( $source );
$doc = $word->Documents[1];
$doc->Activate( );
$word->Release();
$word->Quit();
$word = null;
I'm using Apache/2.0.45.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/bug.php?id=23226&edit=1