Forked from safaroque7/118. লোকাল হোস্ট থেকে কিভাবে প্লাগিন ইনস্টল করতে হয়?
Created
October 2, 2016 05:06
-
-
Save mmarj/4d18bfe045b74db1ad52781810ad7434 to your computer and use it in GitHub Desktop.
118. লোকাল হোস্ট থেকে কিভাবে প্লাগিন ইনস্টল করতে হয়?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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