ID:               41350
 Comment by:       onehourlate at hotmail dot com
 Reported By:      graham at directhostinguk dot com
 Status:           Feedback
 Bug Type:         MySQL related
 Operating System: Windows 2003
 PHP Version:      5.2.6
 Assigned To:      scottmac
 New Comment:

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);
}
?>


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

[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.

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

[2008-05-30 04:04:35] louis at steelbytes dot com

still got slowness on exit with php 5.2.6 when using mysql AND CURL (As
somebody else noted in bug #41968 that was marked as a dupe of this
bug)

and still replacing libmysql.dll with the copy from php 5.2.1 fixes
it.

doesn't seem to be happending to me when only using mysql and not
curl?

PS, am using dl() to load these two extension - not php.ini

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

[2008-05-29 23:06:05] [EMAIL PROTECTED]

See bug #44078 for possible solution.

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

[2008-05-26 20:36:28] [EMAIL PROTECTED]

Fixeth or not, that's the question? Assigning to The One who should
know..

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

[2008-05-26 20:16:31] [EMAIL PROTECTED]

Still not properly fixed.

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

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

Reply via email to