-2

Magento Warning

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

Thanks !

  • read this , hope it works https://stackoverflow.com/questions/26028229/issue-activating-a-php-extension-using-php-farm – Sunil Rajput Jun 24 '17 at 13:37

1 Answers1

0

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"
cweiske
  • 30,033
  • 14
  • 133
  • 194