Reputation: 1
Hello, I want to know how can I enable extensions using phpfarm.
Thanks !
Upvotes: -2
Views: 138
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