
July 13th, 2007
02:23 AM
Neverside Newbie
Status: Offline!
php curl
ive googled around, but cant find a clear set of instructions on how to install curl for php. i already have latest version php with pear installed on vista home premium. can anyone tell me howto install curl? thanks...

July 14th, 2007
01:10 PM
Neverside Newbie
Status: Offline!
ok quick update. ive installed php, pear and curl. however i dont think curl is installed properly. i get the error, call to undefined function curl_init() error.
curl does not appear in php_info() either.
this is what i did
edited php.ini like this
extension_dir = "C:\php\ext\"
extension = php_curl.dll
include_path = ".;C:\php\PEAR"
register_globals = On
i copied libeay32.dll and ssleay32.dll to C:\Windows\System32
im running iis7 on windows vista home premium
do i need to conifgure iis to run/accept curl? because it works fine with normal php...
SOME HELP PLEASE!! 