Skip to content

Commit

Permalink
Merge branch 'PHP-7.0'
Browse files Browse the repository at this point in the history
* PHP-7.0:
  This is exported at implementation site, but no forward declaration can cause compile warnings
  • Loading branch information
krakjoe committed May 29, 2016
2 parents 921b325 + 0c5bd4d commit 2a0261d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/php_network.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2a0261d

Please sign in to comment.