All of the warning messages you list, with the exception of the last, is
specific to the readmsg() sendmsg() code which uses msghdr's (A messgae
header has all void * members). They should not cause any problems, but
I will clean them up.
The last message is referring to a buffer that is used in
Haven't noticed this before, so I'm guessing this isn't a good thing.
/Users/dank/Development/php4-cvs/ext/sockets/sockets.c: In function
`zif_socket_recvmsg':
/Users/dank/Development/php4-cvs/ext/sockets/sockets.c:1524: warning:
assignment from incompatible pointer type
/Users/dank/Development/p