Re: PHP / CURL



Algo wrote:
I installed wordpress along with my apache / php / mysql setup. Everything
works fine except when I want to import my posts from blogger. It tells me
that I have to install CURL.

I went to php.net and cURL's site. Did everything they both said. And
still nothing. What do I need to do? phpinfo() does not show any cURL
stuff at all.



do compile your php with "--with-curl" ?

at windows maschine you need in your php.ini:
extension=php_curl.dll

my phpinfo at linux say:
CURL support: enabled
CURL Information: libcurl/7.15.1 OpenSSL/0.9.7h zlib/1.2.3
.