This commit is contained in:
Wez Furlong 2002-03-19 17:49:02 +00:00
parent b92f2da5fa
commit 14a3911866
7 changed files with 33 additions and 23 deletions

View file

@ -73,6 +73,8 @@
# define SOCK_RECV_ERR -1
#endif
#define PHP_SOCK_CHUNK_SIZE 8192
#ifdef HAVE_SOCKADDR_STORAGE
typedef struct sockaddr_storage php_sockaddr_storage;
#else