Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14207 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63749 invoked by uid 1010); 25 Dec 2004 03:33:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 63725 invoked from network); 25 Dec 2004 03:33:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Dec 2004 03:33:01 -0000 X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:18484] helo=gw2.emini.dk) by pb1.pair.com (ecelerity HEAD (r3985)) with SMTP id 7A/A2-29078-B6FDCC14 for ; Fri, 24 Dec 2004 22:32:59 -0500 Received: from blaster (gw1.emini.dk [212.242.124.121]) by gw2.emini.dk (Postfix) with ESMTP id 62AAB322FA; Sat, 25 Dec 2004 04:32:56 +0100 (CET) Message-ID: <007a01c4ea32$853c6a50$0b00000a@blaster> To: "Wez Furlong" , "internals" , "Andi Gutmans" , "Stanislav Malyshev" References: <4e89b42604122419221cb6e085@mail.gmail.com> Date: Sat, 25 Dec 2004 04:33:37 +0100 Organization: Emini ApS MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.224 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.224 Subject: Re: [PHP-DEV] broken fix? From: edink@emini.dk ("Edin Kadribasic") > $word = new COM('Word.Application'); > $word->Documents->Open('somedoc.doc'); Just to clarify. The first method invocation will work. During that call $word object gets destroyed. If we were to add another method invocation ($word->Quit() for example) php would crash. Edin