ID:               43776
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jaco at jump dot co dot za
-Status:           Open
+Status:           Bogus
 Bug Type:         Sockets related
 Operating System: Windows Server 2003
 PHP Version:      5.2.5
 New Comment:

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.

This is a problem with the libmysqlclient.dll on your system. Please
see #41350 for more information on that problem.


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

[2008-01-07 11:23:43] jaco at jump dot co dot za

This is not happening when I run the script with CLI, no error is
reported in CLI, its just when its on apache that it happens.

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

[2008-01-07 11:04:56] jaco at jump dot co dot za

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


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


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

Reply via email to