This script causes the php file to hang:
$handle = curl_init($pictureimg);
$connectable = curl_exec($handle);
curl_close($handle);
Any idea why? It worked a few days ago. Then I think that I accidentally changed the settings somewhere and all my curls stopped working.
raj
a source
to share