Could anybody tell me how to enable cURL in PHP?
|
|
Since you're using XAMPP, uncomment the line
in NB: In newer XAMPP versions, PHP has moved to root xampp folder |
|||||
|
|
on debian with apache2:
(php4-curl if it's php4) |
|||||||||||||||||
|
|
I found the file located at:
Uncommented:
|
|||
|
|
|
In suse linux:
|
|||
|
|
|
Basic TIP: After enabling the CURL in php.ini file, You need to restart the server to make it work (My Experience Says). |
|||
|
|
|
steps for windows 7:
Finally and maybe the one most people don't know: 4. ensure that there are two files in the windows System32 folder: libeay32.dll ssleay32.dll if not there, you may copy these two files from the php folder |
|||||
|
|
You can check php_info() (create a script containing and browse to it) This will tell you if you really do have it enabled, if not read here Not recommended for the faint hearted windows developer. |
|||||||
|
|
Actually i did it by un commenting the extension=php_curl.dllin the xampp\apache\bin\php.ini file.. Thanks for all who supports this Question. |
|||
|
|
|
Since XAMPP went through some modifications, the file is now at |
||||
|
|
