tony2001 Wed Sep 26 10:54:56 2007 UTC Modified files: /php-src/ext/sockets sockets.c Log: fix proto http://cvs.php.net/viewvc.cgi/php-src/ext/sockets/sockets.c?r1=1.194&r2=1.195&diff_format=u Index: php-src/ext/sockets/sockets.c diff -u php-src/ext/sockets/sockets.c:1.194 php-src/ext/sockets/sockets.c:1.195 --- php-src/ext/sockets/sockets.c:1.194 Tue Jul 24 11:33:47 2007 +++ php-src/ext/sockets/sockets.c Wed Sep 26 10:54:56 2007 @@ -19,7 +19,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: sockets.c,v 1.194 2007/07/24 11:33:47 jani Exp $ */ +/* $Id: sockets.c,v 1.195 2007/09/26 10:54:56 tony2001 Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -616,7 +616,7 @@ } /* }}} */ -/* {{{ proto int socket_select(array &read_fds, array &write_fds, &array except_fds, int tv_sec[, int tv_usec]) U +/* {{{ proto int socket_select(array &read_fds, array &write_fds, array &except_fds, int tv_sec[, int tv_usec]) U Runs the select() system call on the sets mentioned with a timeout specified by tv_sec and tv_usec */ PHP_FUNCTION(socket_select) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php