Enable extensions in PHP 5.5.2 - phpfarm - Ubuntu 16.04

Magento Warning

Hello, I want to know how can I enable extensions using phpfarm.

Thanks !

Upvotes: -2

Views: 138

Answers (1)

cweiske
cweiske

Reputation: 31108

For extensions shipped with the php core, adjust the custom-options.sh file - see https://github.com/cweiske/phpfarm#customization

Example:

configoptions="$configoptions --enable-curl"

Upvotes: 0

Related Questions