mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix for bug #16168
This commit is contained in:
parent
b92f2da5fa
commit
14a3911866
7 changed files with 33 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue