ID: 41726 User updated by: lburger at hu dot tesco-europe dot com Reported By: lburger at hu dot tesco-europe dot com Status: Open Bug Type: Reproducible crash Operating System: Windows PHP Version: 5.2.3 New Comment:
You're right. If MySQL extension is removed from php.ini, everything works fine. Thank you for the link. Previous Comments: ------------------------------------------------------------------------ [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