From:             [EMAIL PROTECTED]
Operating system: Windows 2000/SP3
PHP version:      4.2.3
PHP Bug Type:     Reproducible crash
Bug description:  Calling certain COM Objects causes PHP/Apache to hang

When calling certain com objects, like Outlook.Application, or my own
custom ones compiled in Visual basic, the webserver (Apache 1.3) will
hang, and needs to be restarted.

The code used was:
<begin block>

$myItem = new COM("Outlook.Application")l
$myItem = $objApp->CreateItem(olMailItem);
$a=$myItem->Recipients->Add("[EMAIL PROTECTED]");
$myItem->Subject="Subject";
$myItem->Body="This is a Body Section now.....!";
$myItem->Display();

<end block>

outlook.exe did load (appeared on the process list).

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

Reply via email to