mirror of
https://github.com/php/php-src.git
synced 2024-12-13 11:54:45 +08:00
- not used on win
This commit is contained in:
parent
f7249e7c5c
commit
27c0221dc9
@ -2441,8 +2441,10 @@ PHP_FUNCTION(socket_import_stream)
|
||||
PHP_SOCKET socket; /* fd */
|
||||
php_sockaddr_storage addr;
|
||||
socklen_t addr_len = sizeof(addr);
|
||||
#ifndef PHP_WIN32
|
||||
int t;
|
||||
|
||||
#endif
|
||||
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &zstream) == FAILURE) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user