|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-01-07 11:23 UTC] jaco at jump dot co dot za
[2008-01-07 11:48 UTC] johannes@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 16:00:01 2025 UTC |
Description: ------------ Apache 2.2.4 PHP 5.2.5 whenever I use fsockopen, I get a message Error in my_thread_global_end(): 1 threads didn't exit in my apache log files. This happens when the threads are trying to be recycled. Steps to reproduce Start Apache Run <? $fp = fsockopen("192.168.1.105", 3306); fclose($fp); exit; ?> Stop apache and the message apears in the apache error log. Reproduce code: --------------- $fp = fsockopen("192.168.1.105", 3306); fclose($fp); exit; Expected result: ---------------- Clean Log File Actual result: -------------- Error in my_thread_global_end(): 1 threads didn't exit