php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #42377 file_get_contents or fopen produce my_thread_global_end error
Submitted: 2007-08-22 11:00 UTC Modified: 2007-08-22 14:42 UTC
From: antonello dot bogi at staff dot tol dot it Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.2.3 OS: Win 2003 server
Private report: No CVE-ID: None
 [2007-08-22 11:00 UTC] 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'


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-08-22 14:42 UTC] jani@php.net
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.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 14:04:04 2025 UTC