[PHP-CVS] cvs: php-src /win32 select.c

2003-12-19 Thread Wez Furlong
wez Fri Dec 19 07:44:23 2003 EDT Modified files: /php-src/win32 select.c Log: this should be an int Index: php-src/win32/select.c diff -u php-src/win32/select.c:1.7 php-src/win32/select.c:1.8 --- php-src/win32/select.c:1.7 Sun Dec 14 22:15:50 2003 +++

[PHP-CVS] cvs: php-src /win32 select.c

2003-12-14 Thread Ilia Alshanetsky
iliaa Sun Dec 14 22:15:51 2003 EDT Modified files: /php-src/win32 select.c Log: Removed unused variable. Index: php-src/win32/select.c diff -u php-src/win32/select.c:1.6 php-src/win32/select.c:1.7 --- php-src/win32/select.c:1.6 Thu Nov 27 13:01:12

[PHP-CVS] cvs: php-src /win32 select.c

2003-11-27 Thread Wez Furlong
wez Thu Nov 27 13:01:13 2003 EDT Modified files: /php-src/win32 select.c Log: re-implement the win32 select code. The old code implicitly set any sockets into non-blocking mode, and since there is no way to probe a socket to determine its blocking