mirror of
https://github.com/php/php-src.git
synced 2026-04-05 07:02:33 +02:00
Fix prototype.
This commit is contained in:
@@ -876,11 +876,11 @@ PHP_FUNCTION(set_socket_blocking)
|
||||
}
|
||||
|
||||
/* }}} */
|
||||
/* {{{ proto int set_socket_timeout(int socket descriptor, int timeout )
|
||||
NYI */
|
||||
|
||||
|
||||
/* {{{ proto bool set_socket_timeout(int socket descriptor, int seconds, int microseconds)
|
||||
Set timeout on socket read to seconds + microseonds */
|
||||
#if HAVE_SYS_TIME_H
|
||||
/* this doesn't work, as it appears those properties are read-only :( */
|
||||
PHP_FUNCTION(set_socket_timeout)
|
||||
{
|
||||
zval **socket, **seconds, **microseconds;
|
||||
|
||||
Reference in New Issue
Block a user