Hello, I want to know how can I enable extensions using phpfarm.
Thanks !
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"