|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-08-22 14:42 UTC] jani@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 23:00:01 2025 UTC |
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'