Created
October 1, 2016 22:50
-
-
Save safaroque7/fa6590bd59d0539d6a913db39a45ce89 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