FredGarcia / rolling-curl

Automatically exported from code.google.com/p/rolling-curl
0 stars 0 forks source link

Does not work on php 5.1.6 #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt to use rolling-curl on RHEL with php 5.1.6

What is the expected output? What do you see instead?
No errors are thrown but no files download.

What version of the product are you using? On what operating system?
Redhat Enterprise Linux 5.4
PHP 5.1.6

Please provide any additional information below.
I've traced the problem to the function call curl_multi_info_read which 
requires php 5.2.0.  (The documentation on php.net is in error as only listing 
php 5.x) as a requirement.  curl_multi_info_read returns null in all cases 
causing the rolling curl to fail.

Original issue reported on code.google.com by kas...@gmail.com on 6 Oct 2010 at 7:40