dmitry Mon Apr 9 15:39:16 2007 UTC
Modified files:
/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.101&r2=1.102&diff_format=u
Index: php-src/ext/standard/streamsfuncs.c
diff -u php-src/ext/standard/streamsfuncs.c:1.101
php-src/ext/standard/streamsfuncs.c:1.102
--- php-src/ext/standard/streamsfuncs.c:1.101 Fri Jan 19 14:49:52 2007
+++ php-src/ext/standard/streamsfuncs.c Mon Apr 9 15:39:16 2007
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: streamsfuncs.c,v 1.101 2007/01/19 14:49:52 tony2001 Exp $ */
+/* $Id: streamsfuncs.c,v 1.102 2007/04/09 15:39:16 dmitry Exp $ */
#include "php.h"
#include "php_globals.h"
@@ -758,7 +758,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