Extra Block Types (EBT) - New Layout Builder experience❗

Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.

Demo EBT modules Download EBT modules

❗Extra Paragraph Types (EPT) - New Paragraphs experience

Extra Paragraph Types (EPT) - analogical paragraph based set of modules.

Demo EPT modules Download EPT modules

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".