Skip to content

Commit 2a0261d

Browse files
committed
Merge branch 'PHP-7.0'
* PHP-7.0: This is exported at implementation site, but no forward declaration can cause compile warnings
2 parents 921b325 + 0c5bd4d commit 2a0261d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main/php_network.h

+2
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,8 @@ PHPAPI int php_network_parse_network_address_with_port(const char *addr,
318318
zend_long addrlen, struct sockaddr *sa, socklen_t *sl);
319319

320320
PHPAPI struct hostent* php_network_gethostbyname(char *name);
321+
322+
PHPAPI int php_set_sock_blocking(php_socket_t socketd, int block);
321323
END_EXTERN_C()
322324

323325
#define php_stream_sock_open_from_socket(socket, persistent) _php_stream_sock_open_from_socket((socket), (persistent) STREAMS_CC)

0 commit comments

Comments
 (0)