Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save safaroque7/fa6590bd59d0539d6a913db39a45ce89 to your computer and use it in GitHub Desktop.
Save safaroque7/fa6590bd59d0539d6a913db39a45ce89 to your computer and use it in GitHub Desktop.
118. লোকাল হোস্ট থেকে কিভাবে প্লাগিন ইনস্টল করতে হয়?
118. লোকাল হোস্ট থেকে কিভাবে প্লাগিন ইনস্টল করতে হয়?
Hey,
Try activating the cruel, that should help
Step 1:
Browse and open the following 3 files
C:\Program Files\xampp\apache\bin\php.ini
C:\Program Files\xampp\php\php.ini
C:\Program Files\xampp\php\php4\php.ini
Step 2:
Uncomment the following line in your php.ini file by removing the semicolon (;).
;extension=php_curl.dll
After that it will look something like something below-
extension=php_curl.dll
Step 3:
Restart your Apache server.
Referred link: http://stackoverflow.com/questions/3020049/how-to-enable-curl-in-xampp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment