|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-07-11 18:07 UTC] tech at millennium dot ab dot ca
[2007-07-11 18:38 UTC] sniper@php.net
[2007-07-11 18:42 UTC] tech at millennium dot ab dot ca
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 10:00:01 2025 UTC |
Description: ------------ After upgrading to PHP 5.2.3 I began seeing "Error in my_thread_global_end(): 1 threads didn't exit" whenever using the fopen or file_get_contents with a URL. I get it regardless of SSL or not. This has nothing to do with the MySQL thing, I've tryed those DLL's and it's not that. MySQL is working fine without any errors, this only happens when using the functions mentioned above. Reproduce code: --------------- <?php $Contents = @file_get_contents("http://www.google.ca");?> Expected result: ---------------- responce from server stored in $Contents Actual result: -------------- responce from server stored in $Contents + "Error in my_thread_global_end(): 1 threads didn't exit"