ID: 37628 Updated by: [EMAIL PROTECTED] Reported By: stepanov at transchip dot com -Status: Open +Status: Bogus Bug Type: COM related Operating System: Windows 2003 server PHP Version: 5.1.4 New Comment:
Please report bugs in MS products to Mickeysoft. Previous Comments: ------------------------------------------------------------------------ [2006-05-29 13:30:05] stepanov at transchip dot com Description: ------------ When trying to initialize excel COM object excel crashes with error below. This works with PHP 5.1.2 I getting error only if script execuded by Apache server (Apache/2.0.58) >From command prompt it seems to work Event Type: Error Event Source: Microsoft Office 11 Event Category: None Event ID: 1000 Date: 5/29/2006 Time: 4:09:09 PM User: N/A Computer: PRODDB Description: Faulting application excel.exe, version 11.0.8012.0, stamp 43e2ab74, faulting module mso.dll, version 11.0.6568.0, stamp 42e18ef6, debug? 0, fault address 0x0003446c. Reproduce code: --------------- $this->ex = new COM("Excel.Application"); or $this->ex = new COM("Excel.sheet"); Expected result: ---------------- Expexted to get excel object. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37628&edit=1