Enable CURL in PHP 4 versions - Windows

by rajesh 2007-09-13 12:00:20

Curl module might not be enabled by default in PHP 4 versions.

We can enabled it using the following steps

a) Edit the php.ini file under the WINDOWS folder e.g: C:WINDOWS

b) uncomment the line extension=php_curl.dll

c) copy the files ssleay32.dll & libeay32.dll from dlls folder of php installation dir to WINDOWS/system folder e.g: C:WINDOWSsystem

d) restart apache

.....

Tagged in:

2066
like
0
dislike
0
mail
flag

You must LOGIN to add comments