ID: 35316 Comment by: msisolak at yahoo dot com Reported By: Jared dot Williams1 at ntlworld dot com Status: Assigned Bug Type: COM related Operating System: Windows 2000 PHP Version: 5.1.0RC6 Assigned To: wez New Comment:
I'm seeing the same behavior in the released PHP 5.1.0. Previous Comments: ------------------------------------------------------------------------ [2005-11-22 10:06:23] [EMAIL PROTECTED] Assigned to the maintainer. ------------------------------------------------------------------------ [2005-11-21 19:13:19] Jared dot Williams1 at ntlworld dot com Description: ------------ An application exception occurs when trying to create any COM object. COM php.ini settings.. (all defaults) Directive => Local Value => Master Value com.allow_dcom => 0 => 0 com.autoregister_casesensitive => 1 => 1 com.autoregister_typelib => 0 => 0 com.autoregister_verbose => 0 => 0 com.code_page => no value => no value com.typelib_file => no value => no value Reproduce code: --------------- php -r "$fso = new COM('Scripting.FileSystemObject'); $fso = NULL;" php -r "$word = new COM('Word.Application'); $word = NULL;" php -r "$connection = new COM('ADODB.Connection'); $connection = NULL;" Expected result: ---------------- Nothing. Actual result: -------------- --------------------------- php.exe - Application Error --------------------------- The instruction at "0x100aa8dd" referenced memory at "0x000000f9". The memory could not be "read". Click on OK to terminate the program Click on CANCEL to debug the program --------------------------- OK Cancel --------------------------- ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35316&edit=1