mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-5.6'
* PHP-5.6: Use better constant since MAXHOSTNAMELEN may mean shorter name use right sizeof for memset Conflicts: ext/sockets/sockaddr_conv.c ext/standard/dns.c
This commit is contained in:
commit
141b14454c
7 changed files with 19 additions and 19 deletions
|
@ -319,6 +319,10 @@ END_EXTERN_C()
|
|||
|
||||
/* }}} */
|
||||
|
||||
#ifndef MAXFQDNLEN
|
||||
#define MAXFQDNLEN 255
|
||||
#endif
|
||||
|
||||
#endif /* _PHP_NETWORK_H */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue