Joe Watkins
9 years ago
No known key found for this signature in database
GPG Key ID: F9BA0ADA31CBD89E
1 changed files with
1 additions and
1 deletions
-
sapi/phpdbg/phpdbg_io.c
|
|
|
@ -349,7 +349,7 @@ PHPDBG_API int phpdbg_create_listenable_socket(const char *addr, unsigned short |
|
|
|
} |
|
|
|
|
|
|
|
PHPDBG_API void phpdbg_close_socket(int sock) { |
|
|
|
if (socket >= 0) { |
|
|
|
if (sock >= 0) { |
|
|
|
#ifdef _WIN32 |
|
|
|
closesocket(sock); |
|
|
|
#else |
|
|
|
|