|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-05-29 13:41 UTC] tony2001@php.net
[2006-05-29 15:35 UTC] stepanov at transchip dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 13 21:00:01 2025 UTC |
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.