summaryrefslogtreecommitdiff
path: root/ext/standard/fsock.c
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2001-04-26 13:47:17 +0000
committerSterling Hughes <sterling@php.net>2001-04-26 13:47:17 +0000
commit1865be6ca46346a24d1c53ece5d638af4a91e574 (patch)
treef266ad3a11b9e5314c9eca20cc4a9d9dd4f3b328 /ext/standard/fsock.c
parentcb9db291c79d19f5493ff8d6a75ccef7666318bb (diff)
downloadphp-git-1865be6ca46346a24d1c53ece5d638af4a91e574.tar.gz
fix for bug #8994, courtesy tom.anheyer@berlinonline.de
# Are we having another RC, and if so, can I MFH in time for it?
Diffstat (limited to 'ext/standard/fsock.c')
-rw-r--r--ext/standard/fsock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/standard/fsock.c b/ext/standard/fsock.c
index a3a8bf4ee1..014bb4ffe7 100644
--- a/ext/standard/fsock.c
+++ b/ext/standard/fsock.c
@@ -13,7 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Paul Panotzki - Bunyip Information Systems |
- | Jim Winstead (jimw@php.net) |
+ | Jim Winstead <jimw@php.net> |
| Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
@@ -596,6 +596,7 @@ PHPAPI void php_sockset_timeout(int socket, struct timeval *timeout)
SOCK_FIND(sock, socket);
sock->timeout = *timeout;
+ sock->timeout_event = 0;
}
#define SOCK_FIND_AND_READ_MAX(max) \