ID: 37628 User updated by: stepanov at transchip dot com Reported By: stepanov at transchip dot com Status: Bogus Bug Type: COM related Operating System: Windows 2003 server PHP Version: 5.1.4 New Comment:
Are you shure this is a bug of MS, or, may be, some improper signal PHP sends to Excel? Why this works from command line and don't works from Apache modul? With such rude replay people will thisnk, may be it is good idea to move to ASP. Previous Comments: ------------------------------------------------------------------------ [2006-05-29 13:41:55] [EMAIL PROTECTED] Please report bugs in MS products to Mickeysoft. ------------------------------------------------------------------------ [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