I’m trying to use curl within onDisplay() to get site-external stats, but execution of onDisplay() halts after curl_init() or, more specifically, when I try to assign the resource to a variable:
$curly = curl_init();
In fact, if I just have curl_init() there, it continues to execute, but that makes it pretty useless. My php install has libcurl and thus $curly = curl_init(); works fine outside of Mint… any ideas as to why this isn’t working in the Pepper?
mitcho