Are you sure curl was included with the CLI installation?  Try running
this through the CLI to check...

if(extension_loaded('curl')){
  echo 'curl support present';
} else {
  echo 'curl not found';
}

mh.


On 7 Jun 2002, Matthew Walker wrote:

> I have PHP installed both as a module, and as a CLI. When I use CURL
> from inside the module, it works fine for all connections, including
> SSL. When I use the CLI, I can't make SSL connections with CURL. It just
> returns 'false'. Anyone know why?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to