ID:               41726
 Updated by:       [EMAIL PROTECTED]
 Reported By:      lburger at hu dot tesco-europe dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Reproducible crash
 Operating System: Windows
 PHP Version:      5.2.3
 New Comment:

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

yep, its the same problem (I can reproduce it, too).


Previous Comments:
------------------------------------------------------------------------

[2007-06-19 07:24:26] lburger at hu dot tesco-europe dot com

You're right. If MySQL extension is removed from php.ini, everything
works fine. Thank you for the link.

------------------------------------------------------------------------

[2007-06-18 15:07:48] [EMAIL PROTECTED]

See also bug #41350 (propably unrelated but who knows, it's Windows..)

------------------------------------------------------------------------

[2007-06-18 13:00:27] lburger at hu dot tesco-europe dot com

Description:
------------
I use `` or popen, the script will evaluate the whole script then hang
until script time limit expires.
The error kicks in everytime.
The error didn't exist prior to 5.2.3


Reproduce code:
---------------
Needed:
<?php
$tasks = `schtasks`;
?>

But happens even:

<?php
`dir`;
?>

Expected result:
----------------
For both scripts the evaluation should be last less than a second.

Actual result:
--------------
Scripts hang until script time limit expires and then die with the
following error (seen only when I used command line, not seen if run
from Apache module):

Error in my_thread_global_end(): 1 threads didn't exit


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=41726&edit=1

Reply via email to