php-src/ext/curl
Pierrick Charron 2e8ab65270 Avoid calling select if maxfd returned by curl_multi_fdset is -1
As per libcurl documentation :

When libcurl returns -1 in max_fd, it is because libcurl currently
does something that isn't possible for your application to monitor
with a socket and unfortunately you can then not know exactly when
the current action is completed using select().
2012-09-22 10:15:40 -04:00
..
tests Fixed Bug #63103 (ext\curl\tests\bug62839.phpt broken) 2012-09-18 10:46:58 +08:00
config.m4 - Add missing EXPERIMENTAL note (this thing REALLY is experimental at best..) 2009-07-25 20:58:51 +00:00
config.w32 - simplify and use PHP_CURL 2009-04-24 09:25:25 +00:00
CREDITS add multi support and reorganize things a bit... 2002-11-13 22:25:33 +00:00
curl.dsp - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
interface.c Fixed bug #62839 2012-08-16 14:48:44 -04:00
multi.c Avoid calling select if maxfd returned by curl_multi_fdset is -1 2012-09-22 10:15:40 -04:00
package.xml Typo 2007-03-14 09:58:14 +00:00
php_curl.h - Year++ 2012-01-01 13:15:04 +00:00
streams.c - Year++ 2012-01-01 13:15:04 +00:00