From: Hartmut Holzgraefe Date: Thu, 6 Dec 2001 19:18:41 +0000 (+0000) Subject: proto fix X-Git-Tag: ChangeLog~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a3c3e85ad1b47a260b4c52265543d7248211d75;p=php proto fix --- diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c index df46a28480..723e1ad1f4 100644 --- a/ext/sockets/sockets.c +++ b/ext/sockets/sockets.c @@ -437,7 +437,7 @@ PHP_FUNCTION(socket_fd_alloc) } /* }}} */ -/* {{{ proto bool socket_fd_dealloc(resource set) +/* {{{ proto bool socket_fd_free(resource set) Deallocates a file descriptor set */ PHP_FUNCTION(socket_fd_free) {