XeonBD Official Blog

30Dec/090

Enable curl with XAMPP on Windows XP

cURL stands for Client for URLs.
It allows us to transfer files having URL syntax. It supports FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE.

To enable curl library with XAMPP you need to modify the php.ini files in your xampp folder.

1) Locate the following files:
C:\Program Files\xampp\apache\bin\php.ini
C:\Program Files\xampp\php\php.ini
C:\Program Files\xampp\php\php4\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.

4) Check your phpinfo if curl was properly enabled.

Related posts:

  1. What is suPHP and what are the benefits?
  2. Next generation cPanel web hosting in Bangladesh
  3. The importance of robots.txt
  4. Difference between Linux or Windows Hosting?
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment

No trackbacks yet.