asdf-community/asdf-php

What's the way to install pecl extensions ?

a21ns1g4ts opened this issue ยท 6 comments

I have try modify the install script to add redis in php extension folder but i not have any idea if this is possible.

what do you suggest for me ?

I don't have time this month so I can't take a deep look at this, but I think we can do it easily without making any changes on the plugin side.

This didn't work for you?

pecl install redis

@Atiladanvi you can create a php.ini file in ~/.asdf/installs/php/php-version that'll be picked up.

This works for me using xdebug installed with pecl. I just add zend_extension=path/to/xdebug.so to a php.ini file.

@j-dexx Thanks for your pointer :)

@imbsky Might be worth adding explicitly to the readme?

Yeah, PR is always welcome ๐Ÿ™‚