Hey,
Well, I couldn't be bothered to purchase a web-host and needed curl for a proxy test, So I learnt how to enable it in XAMPP, So I may as well learn you guys it.
1) Locate the following files:
C:\xampp\php\php.ini
2) Uncomment the following line on your php.ini file by removing the semicolon.
;extension=php_curl.dll
3) Restart your apache server.
OPTIONAL;
4) Check your phpinfo if curl was properly enabled.
- This does work, I used this for XAMPP 1.7.1, So the files may be located differently for you.
Well, I couldn't be bothered to purchase a web-host and needed curl for a proxy test, So I learnt how to enable it in XAMPP, So I may as well learn you guys it.
1) Locate the following files:
C:\xampp\php\php.ini
2) Uncomment the following line on your php.ini file by removing the semicolon.
;extension=php_curl.dll
3) Restart your apache server.
OPTIONAL;
4) Check your phpinfo if curl was properly enabled.
- This does work, I used this for XAMPP 1.7.1, So the files may be located differently for you.