|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-04-15 10:25 UTC] phanto@php.net
[2003-04-15 10:57 UTC] dominik dot lebar at ensico dot si
[2010-05-17 10:18 UTC] hilerchyn at 163 dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 14:00:01 2025 UTC |
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.