tony2001 Wed Sep 26 10:55:07 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sockets sockets.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/sockets/sockets.c?r1=1.171.2.9.2.13&r2=1.171.2.9.2.14&diff_format=u Index: php-src/ext/sockets/sockets.c diff -u php-src/ext/sockets/sockets.c:1.171.2.9.2.13 php-src/ext/sockets/sockets.c:1.171.2.9.2.14 --- php-src/ext/sockets/sockets.c:1.171.2.9.2.13 Tue Jul 24 11:35:08 2007 +++ php-src/ext/sockets/sockets.c Wed Sep 26 10:55:07 2007 @@ -19,7 +19,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: sockets.c,v 1.171.2.9.2.13 2007/07/24 11:35:08 jani Exp $ */ +/* $Id: sockets.c,v 1.171.2.9.2.14 2007/09/26 10:55:07 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