mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.0'
* PHP-7.0: This is exported at implementation site, but no forward declaration can cause compile warnings
This commit is contained in:
commit
2a0261d712
1 changed files with 2 additions and 0 deletions
|
@ -318,6 +318,8 @@ PHPAPI int php_network_parse_network_address_with_port(const char *addr,
|
|||
zend_long addrlen, struct sockaddr *sa, socklen_t *sl);
|
||||
|
||||
PHPAPI struct hostent* php_network_gethostbyname(char *name);
|
||||
|
||||
PHPAPI int php_set_sock_blocking(php_socket_t socketd, int block);
|
||||
END_EXTERN_C()
|
||||
|
||||
#define php_stream_sock_open_from_socket(socket, persistent) _php_stream_sock_open_from_socket((socket), (persistent) STREAMS_CC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue