os_win32.c -> WSAENOTSOCK error
"Alexandru Iancu" <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I try to run php(4.3.11) as FastCGI server for a MyServer web server.
Because I couldn't, I downloaded php source and I found in os_win32.c(line
1830) that
hSock = WSAAccept((unsigned int) hListen,
&sockaddr,
&sockaddrLen,
isAddrOKCallback,
(DWORD) webServerAddrs);
returns error WSAENOTSOCK : "An operation was attempted on something that is
not a socket. Either the socket handle parameter did not reference a valid
socket".
>From my client(MyServer.exe) I give it a socket handle.
Any ideas what might be wrong? Where to look for possible answers to this
problem?
Regards,
Alexandru IANCU.
___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/