Page 1 of 1

activating libcurl on xp

Posted: Mon Mar 13, 2006 10:13 am
by michel77
I got the following error: Call to undefined function: curl_init() again and the phpinfo.php doesn't show curl entry.

The follwing steps were done:

1. the entry Win32DisableAcceptEx in httpd.conf is active.
2. the entry extension=php_curl.dll in php.ini is active too.
3. extension_dir = D:/[php-install-dir]/ext in php.ini
4. the file php_curl.dll exists in directory [php-install-dir]/ext
5. the files ssleay32.dll and libeay32.dll are in the [php-install-dir] and also in [win]/system32 directory
6. apache restarted

Did I forget anything ?

Tahnks in advance !

Posted: Mon Mar 13, 2006 11:47 am
by feyd
forget to restart apache?

Posted: Mon Mar 13, 2006 12:02 pm
by Ree
You must also set extension directory in php.ini.