ID: 41350
Updated by: [EMAIL PROTECTED]
Reported By: graham at directhostinguk dot com
-Status: No Feedback
+Status: Feedback
Bug Type: MySQL related
Operating System: Windows 2003
PHP Version: 5.2.6
Assigned To: scottmac
New Comment:
First you need 5.2.6 and secondly you need to check for old
libmysql.dll files lurking around in your path, I can't reproduce this
with MySQL 5.0.51.
Can you reproduce this when you disable all extensions and just enable
MySQL? If you start enabling extensions which one causes the problem?
On phpinfo() what version of libmysql does it show?
If you don't have PHP 5.2.6 and MySQL 5.0.51 or newer then please
upgrade before you consider replying.
Previous Comments:
------------------------------------------------------------------------
[2008-06-09 10:12:06] Computer dot Pers at gmail dot com
So... Is there's any solution???
C:\Program Files\SWsoft\Plesk\Additional\PleskPHP5>php -v
PHP 5.2.5 (cli) (built: Nov 8 2007 23:18:51)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
Error in my_thread_global_end(): 1 threads didn't exit
------------------------------------------------------------------------
[2008-06-09 02:33:33] kneekoo at yahoo dot com
As indicated in some of the above messages, I tried some advices but
nothing changed on my setup.
1. Commenting
;[PHP_MYSQL]
;extension=php_mysql.dll
and de-commenting
extension=php_mysql.dll
didn't help.
2. Switching mysql.allow_persistent to Off didn't help as well.
I downloaded PHP 5.2.6, installed it on a WinXP SP2 system and that's
it. There is a delay (more than 5 seconds to me - about 7) and this
message:
Error in my_thread_global_end(): 1 threads didn't exit
It's shocking to find out there isn't an official fix for this after
one whole year. Lucky me I can work with my scripts but I hope this
won't interfere with my development further on. Please, guys, fix this.
Thanks!
------------------------------------------------------------------------
[2008-06-06 01:00:00] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
------------------------------------------------------------------------
[2008-06-04 16:58:30] onehourlate at hotmail dot com
php 5.2.6, Windows Visa or XP
I confirm that the 5 seconds delay on exit is still there.
Grabbing libmysql.dll from the lastest stable Mysql (5.0.51b) didn't
help. Haven't tried to use binaries from php 5.2.1 yet.
The problem seems to appear as soon as I play with sockets.
<?
$fp = fsockopen("www.google.com", 80, $errno, $errstr, 30);
if (!$fp) {
echo "ERROR: $errstr ($errno)\n";
} else {
echo "OK\n";
fclose($fp);
}
?>
------------------------------------------------------------------------
[2008-05-31 03:00:57] da_pimp2004_966 at hotmail dot com
Ok, I used the updated versions of the files and I recieved this
error;
PHP Warning: PHP Startup: mysql: Unable to initialize module Module
compiled with module API=20060613, debug=0, thread-safety=1 PHP compiled
with module API=20060613, debug=0, thread-safety=0 These options need to
match in Unknown on line 0
Anybody have any ideas?
[EMAIL PROTECTED] - any help appreciated.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/41350
--
Edit this bug report at http://bugs.php.net/?id=41350&edit=1