ID: 36062 Updated by: [EMAIL PROTECTED] Reported By: steve dot gilbreth at autodesk dot com -Status: Open +Status: Feedback -Bug Type: Reproducible crash +Bug Type: COM related Operating System: Windows Server 2003 PHP Version: 4.4.2 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5.1-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.1-win32-latest.zip Previous Comments: ------------------------------------------------------------------------ [2006-01-18 01:06:20] steve dot gilbreth at autodesk dot com 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 this bug report at http://bugs.php.net/?id=36062&edit=1
