ID: 42714 Updated by: [EMAIL PROTECTED] Reported By: rafael dot figueiredo at prowebs dot com dot br Status: Open Bug Type: Scripting Engine problem Operating System: WINDOWS 2003 SP1 PHP Version: 5.2.4 New Comment:
Its only ext/mysql and no pdo used. c:\php -i [..] mysql MySQL Support => enabled Active Persistent Links => 0 Active Links => 0 Client API version => 5.0.45 [..] If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact [EMAIL PROTECTED] Error in my_thread_global_end(): 1 threads didn't exit As a workaround the libmysql.dll from the old 5.2.1 works. But this was already mentioned in earlier posts. I have verified that there is no other libmysql.dll on the system. A test with a renamed file give the "canot load ...." error because no libmysql.dll was found. Previous Comments: ------------------------------------------------------------------------ [2007-10-18 16:10:26] [EMAIL PROTECTED] What MySQL extensions do you have installed? MySQL, MySQLi and pdo_mysql? What version of libmysql does the phpinfo page show? ------------------------------------------------------------------------ [2007-10-18 15:34:25] [EMAIL PROTECTED] Problem exists also in the latest snapshots C:\>php -v PHP 5.2.5-dev (cli) (built: Oct 18 2007 08:04:14) 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 There is no code example needed because a simple php -v or -m shows the error. To avoid problem with existing libmysql.dll the mysqld was deinstalled befor testing. ------------------------------------------------------------------------ [2007-09-28 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". ------------------------------------------------------------------------ [2007-09-20 13:28:18] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows (zip): http://snaps.php.net/win32/php5.2-win32-latest.zip For Windows (installer): http://snaps.php.net/win32/php5.2-win32-installer-latest.msi Should be fixed already. ------------------------------------------------------------------------ [2007-09-19 17:33:24] rafael dot figueiredo at prowebs dot com dot br Description: ------------ Always when a load a page .php I receive this message "Error in my_thread_global_end(): 3 threads didn't exit". When all my page contents show the browser stay "receiving" for more 5 seconds and then show these message. This error occurs even a put a simple <?php phpinfo(); ?> or <?php ?> How could I resolve this? My system: - Win 2003 SP1 - php-5.2.4-win32-installer.msi - mysql-essential-5.0.45-win32.msi Thanks, Rafael. Reproduce code: --------------- <?='HELLO!'?> Expected result: ---------------- HELLO! Actual result: -------------- HELLO!Error in my_thread_global_end(): 3 threads didn't exit ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=42714&edit=1