logo

Palette - Make it Colorful🎨

Palette - Visual Page Builder, no design degree required.

Live Demo Download Palette

Scroll

Installing CURL on Denwer

17/04/2025, by Ivan

Some modules may require the cURL library to work. In this article, we’ll go over how to install it on Denwer. The base Denwer package does not include the cURL library, but we can easily add it to PHP.

1) Download the "PHP5: additional modules" extension package:
http://www.denwer.ru/packages/php5.html
2) Stop Denwer before installation.
3) Install the additional modules for Denwer.
4) Open the file usr/local/php5/php.ini in a text editor and remove the semicolon from the following line:

;extension=php_curl.dll

5) Restart Denwer using "Denwer Restart Servers".

That's it! To confirm everything is installed correctly, check the output of the phpinfo() function. It should show "cURL support enabled".