ID: 41503 User updated by: bryan at emarengo dot com Reported By: bryan at emarengo dot com Status: Bogus Bug Type: CGI related Operating System: XP Pro sp2 PHP Version: 5.2.2 New Comment:
I saw that bug report Tony... I "assumed" that since it was not related to mysql, it must be something different. You know what they say about "assuming". :) Anyway, all is well after replacing libmysql.dll with the 5.2.1 version. Thank you! Previous Comments: ------------------------------------------------------------------------ [2007-05-28 15:19:13] [EMAIL PROTECTED] Duplicate of bug #41350. ------------------------------------------------------------------------ [2007-05-27 15:07:36] rogerioacai at ig dot com dot br Error in my_thread_global_end(): 1 threads didn't exit help!!! ------------------------------------------------------------------------ [2007-05-25 20:53:52] bryan at emarengo dot com Description: ------------ Stopping a script in cli via "cntl c" produces error. XP Pro sp2 php 5.2.2 apache 2.2.4 Reproduce code: --------------- Execute the following from a command line and press "cntl c" before it terminates naturally. <? sleep(1); sleep(1); sleep(1); sleep(1); sleep(1); sleep(1); sleep(1); sleep(1); ?> Expected result: ---------------- Script termination without error. Actual result: -------------- Error in my_thread_global_end(): 1 threads didn't exit ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41503&edit=1
