Index: trunk/core/kernel/globals.php =================================================================== diff -u -N -r7391 -r7635 --- trunk/core/kernel/globals.php (.../globals.php) (revision 7391) +++ trunk/core/kernel/globals.php (.../globals.php) (revision 7635) @@ -344,6 +344,8 @@ curl_setopt($ch, CURLOPT_TIMEOUT, 90); $ret = curl_exec($ch); + $GLOBALS['curl_errorno'] = curl_errno($ch); + $GLOBALS['curl_error'] = curl_error($ch); curl_close($ch); if ($dbg) {