From:             bmatzelle at yahoo dot com
Operating system: Windows 2000 & XP
PHP version:      4.3.1
PHP Bug Type:     COM related
Bug description:  Using COM causes php.exe CGI to crash

I created a script like this:

<?php
$adodb = new COM("ADODB.Connection");
?>

Each time I try to load this page I experience a "[snip] Memory could not
be read" error with php.exe.  This happens with all COM objects, not just
ADODB.Connection.

I have found this error with PHP 4.3.0 and 4.3.1, both using the PHP CGI
module. cgi.force_redirect is set to "0".  All other normal pages run
without a hitch. I have not changed the php.ini COM defaults in any way. 
I do not use any extensions, and I am using the standard win32 binaries
from php.net. 

-- 
Edit bug report at http://bugs.php.net/?id=22377&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22377&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22377&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22377&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22377&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22377&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22377&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22377&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22377&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22377&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22377&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22377&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22377&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22377&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22377&r=gnused

Reply via email to