From:             stepanov at transchip dot com
Operating system: Windows 2003 server
PHP version:      5.1.4
PHP Bug Type:     COM related
Bug description:  Excel crashes when trying to create COM object 

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 bug report at http://bugs.php.net/?id=37628&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=37628&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=37628&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=37628&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=37628&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=37628&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=37628&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=37628&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=37628&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=37628&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=37628&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=37628&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=37628&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=37628&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=37628&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=37628&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=37628&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=37628&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=37628&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=37628&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=37628&r=mysqlcfg

Reply via email to