From:             elvir at innvue dot com
Operating system: Windows Server 2003
PHP version:      5.2.1
PHP Bug Type:     Apache2 related
Bug description:  Comunication to COM (Appach problem)

Description:
------------
A PHP script comunicate to COM object developed in C++. I After executing
script in a loop i get the following error:

Apache HTTP Server encountered a problem and needed to close.
Please tell Microsoft about this problem...

szAppName : Apache.exe     szAppVer : 2.0.55.0     szModName :
oleaut32.dll
szModVer : 5.2.3790.1830     offset : 00003c34     

C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1\WER6fa0.dir00\Apache.exe.mdmp
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1\WER6fa0.dir00\appcompat.txt



Reproduce code:
---------------
<?php

 ...

 $obj = new COM("EModRemoteCommands.SystemServer") or die ("Cannot
Comunicate to Oxford Object");

 $myobj = $obj->UpdateSetTopBoxInfo($myxml);

 ...
?>

Expected result:
----------------
The script produce correct results until the Appache error is produced. 
Note that error will not shout down or reboot apache. No logs file is
loaded to apach logs.
When error is produced the php will display page no found (HTTP 404). 
When we go to prevoius page the codes will be executed correctly. Then we
can use the web application until next error is produced...
If error is not produced durring script execution then it will be produced
after next rebooting of windoes OS.  

I tried to update PHP with the lastest vaalibale updates on PHP web site.
The error is produced again and again...   

Actual result:
--------------
Using:
Windows Server 2003 

No IIS installed
Apache 2
Php 5.2
MySql

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

Reply via email to