ID: 39803
User updated by: marcelo at tpn dot com dot br
Reported By: marcelo at tpn dot com dot br
Status: Open
Bug Type: Sockets related
Operating System: FreeBSD 5.3
PHP Version: 4.4.4
New Comment:
Did you receive my e-mail?
Previous Comments:
------------------------------------------------------------------------
[2006-12-13 14:30:38] marcelo at tpn dot com dot br
Sent to [EMAIL PROTECTED]
------------------------------------------------------------------------
[2006-12-13 13:27:31] [EMAIL PROTECTED]
Sure.
------------------------------------------------------------------------
[2006-12-13 13:13:10] marcelo at tpn dot com dot br
Can I send the account information to [EMAIL PROTECTED] for privacy?
------------------------------------------------------------------------
[2006-12-13 10:09:48] [EMAIL PROTECTED]
Please provide more information on how to reproduce it or an account on
this machine.
------------------------------------------------------------------------
[2006-12-12 17:43:15] marcelo at tpn dot com dot br
I'm using PHP 4.4.4, not PHP 5.
network.c has two pieces that uses EINPROGRESS:
if ((n = connect(sockfd, addr, addrlen)) < 0) {
if (errno != EINPROGRESS) {
return -1;
}
}
if (ret == -1 && error == EINPROGRESS) {
error = 0;
goto retry_again;
}
Where should I put "if (error == EINPROGRESS) error = 0;" ?
------------------------------------------------------------------------
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/39803
--
Edit this bug report at http://bugs.php.net/?id=39803&edit=1