Does anyone have an example of using curl_multi_exec() without curl_multi_select() ? One of our servers still uses Centos5 with PHP5.1.x.
Also the example should allow processing the handles before everyone has finished.
My implementation has problems with sites without Content-Length parameter and request body over buffer size (16k). Without the Content-Length from server the curl_getinfo()['download_content_length'] is always -1.