From: land_118 at rogers dot com Operating system: Windows XP PHP version: 5.2CVS-2008-02-08 (snap) PHP Bug Type: MySQL related Bug description: my_thread_global_end()
Description: ------------ Just downloaded php5.2.5 zip today (Feb 8/2008). Got the same error which was reported as closed. After manual installation, I copied the php.ini-recommended file to php.ini and changed the following lines: 1) extension_dir = "./" to extension_dir = "./ext" 2) ;extension=php_mysql.dll to extension=php_mysql.dll When I enter 'php -h' at the command line, it shows the help text then pauses. After a few seconds I get the message: "Error in my_thread_global_end(): 1 threads didn't exit" followed by the command prompt. By restoring either of the two lines in the php.ini file, the problem goes away. I've tried both the stable 5.2 and latest 5.2 snaps version and also tried the latest 5.3 snaps. Unable to find solution in bug search. Reproduce code: --------------- php -h Expected result: ---------------- expected not to see the message or a pause. -- Edit bug report at http://bugs.php.net/?id=44078&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=44078&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=44078&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=44078&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=44078&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=44078&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=44078&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=44078&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=44078&r=needscript Try newer version: http://bugs.php.net/fix.php?id=44078&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=44078&r=support Expected behavior: http://bugs.php.net/fix.php?id=44078&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=44078&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=44078&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=44078&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=44078&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=44078&r=dst IIS Stability: http://bugs.php.net/fix.php?id=44078&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=44078&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=44078&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=44078&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=44078&r=mysqlcfg
