From:             steve dot gilbreth at autodesk dot com
Operating system: Windows Server 2003
PHP version:      4.4.2
PHP Bug Type:     Reproducible crash
Bug description:  Faulting application when Excel instantiates

Description:
------------
When running application on Windows 2003 Server (IIS 6)  Excel Com object
fails to instantiate with the following error:
Faulting application excel.exe, version 11.0.6560.0, stamp 4296b6f2,
faulting module mso.dll, version 11.0.6568.0, stamp 42e18ef6, debug? 0,
fault address 0x0003446c

Reproduce code:
---------------
// starting excel
$excel = new COM("Excel.application", NULL, CP_UTF8) or die("Unable to
instantiate excel");


Expected result:
----------------
Excel Com object in variable $excel

Actual result:
--------------
Event log entry:

Faulting application excel.exe, version 11.0.6560.0, stamp 4296b6f2,
faulting module mso.dll, version 11.0.6568.0, stamp 42e18ef6, debug? 0,
fault address 0x0003446c.

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

Reply via email to