dmitry Mon Apr 9 15:38:58 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard streamsfuncs.c
Log:
Fixed 64-bit support
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/streamsfuncs.c?r1=1.58.2.6.2.13&r2=1.58.2.6.2.14&diff_format=u
Index: php-src/ext/standard/streamsfuncs.c
diff -u php-src/ext/standard/streamsfuncs.c:1.58.2.6.2.13
php-src/ext/standard/streamsfuncs.c:1.58.2.6.2.14
--- php-src/ext/standard/streamsfuncs.c:1.58.2.6.2.13 Fri Jan 19 14:50:11 2007
+++ php-src/ext/standard/streamsfuncs.c Mon Apr 9 15:38:58 2007
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: streamsfuncs.c,v 1.58.2.6.2.13 2007/01/19 14:50:11 tony2001 Exp $ */
+/* $Id: streamsfuncs.c,v 1.58.2.6.2.14 2007/04/09 15:38:58 dmitry Exp $ */
#include "php.h"
#include "php_globals.h"
@@ -712,7 +712,7 @@
struct timeval tv;
struct timeval *tv_p = NULL;
fd_set rfds, wfds, efds;
- int max_fd = 0;
+ php_socket_t max_fd = 0;
int retval, sets = 0;
long usec = 0;
int set_count, max_set_count = 0;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php