What's the way to install pecl extensions ?
a21ns1g4ts opened this issue ยท 6 comments
a21ns1g4ts commented
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 ?
smorimoto commented
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.
smorimoto commented
This didn't work for you?
pecl install redis
j-dexx commented
@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.
smorimoto commented
Yeah, PR is always welcome ๐