ID: 42377 Updated by: [EMAIL PROTECTED] Reported By: antonello dot bogi at staff dot tol dot it -Status: Open +Status: Bogus Bug Type: *General Issues Operating System: Win 2003 server 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. Previous Comments: ------------------------------------------------------------------------ [2007-08-22 11:00:57] antonello dot bogi at staff dot tol dot it Description: ------------ I have PHP 5.2.3 on my win2003 server when I launch a simple script like : <?php $data = file_get_contents("http://www.google.com"); print $data; ?> return to me : 'Error in my_thread_global_end(): 1 threads didn't exit' this bug was already marked in bug ID: #41967 but without answer thanx in advance Reproduce code: --------------- <?php $data = file_get_contents("http://www.google.com"); print $data; ?> Expected result: ---------------- 'Error in my_thread_global_end(): 1 threads didn't exit' ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=42377&edit=1