Page 1 of 1

(English PHP) Installing curl with SSL on Windows XP

PostPosted: 12. April 2009 00:17
by Terrum
Hi, XAMPP is awesome and supported it for ages! Hope you can help :)

I have windows and have no idea how to install curl with SSL. Sorry for the simple question but I just really have no idea. I'm running XAMPP and uncommented extension=php_curl.dll in the php.ini and it still doesn't work.

Thanks.

P.S: Yes i have used google and found many unworking tutorials. Please someone link me to a working one what is simple or help me here.

Re: (English PHP) Installing curl with SSL on Windows XP

PostPosted: 12. April 2009 00:22
by Sharley
Terrum wrote:I'm running XAMPP and uncommented extension=php_curl.dll in the php.ini and it still doesn't work.
Which php.ini file did you make your edits in and did you restart Apache after editing?

Go to http://localhost/xampp/phpinfo.php and look for this line:
Loaded Configuration File
It will tell you which php.ini file is being used and it's location.

This file will also tell you when you have successfully enabled Curl.

Re: (English PHP) Installing curl with SSL on Windows XP

PostPosted: 12. April 2009 00:50
by Terrum
Lol thanks. I didn't use my brain. Was doing xampp\php\php.ini instead of xampp\apache\bin\php.ini.