ID:               41967
 User updated by:  tech at millennium dot ab dot ca
 Reported By:      tech at millennium dot ab dot ca
 Status:           Open
 Bug Type:         Reproducible crash
 Operating System: Windows 2000 SBS
 PHP Version:      5.2.3
 New Comment:

Forgot to mention, I use this function for an XML call, not
specifically google, but that example will produce the same error as I
get.  This only started happening after the update to 5.2.3, I never had
this problem before and I'm using all the same code as I have been for a
number of years.


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

[2007-07-11 17:51:15] tech at millennium dot ab dot ca

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"


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


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

Reply via email to