|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-11-13 17:48 UTC] scarr at progbits dot com
[2003-11-13 19:39 UTC] iliaa@php.net
[2003-11-13 22:37 UTC] scarr at progbits dot com
[2003-11-28 09:16 UTC] wez@php.net
[2003-12-04 02:27 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 01:00:01 2025 UTC |
Description: ------------ I have found that PHP will hang if a script is running the $var = COM('anyfile.anyobject'); command while another script is being accessed. We have been able to consitently get PHP to lockup. The COM script is accessing a COM VB Object. While the other script is saving to a SQL Database using PEAR DB Library functions. I am using a standard PHP 4.3.4 pulled from php.net. I haven't made any compile changes. Apache2 PHP 4.3.4 PEAR DB Library Expected result: ---------------- COM Object gets instantiated and runs normally. Actual result: -------------- The COM Object gets hung and the script never returns. The only way to bring back the COM object is to restart Apache2. In the shutdown, the error log says it has to force shutdown a thread. I am assuming this is the COM Script thread.