Open ttodua opened 3 years ago
Nope, AFAIK pickle is not able to do that
I would be happy with a PR, it is very handy feature :)
On Tue, Jul 20, 2021, 10:38 PM Michele Locati @.***> wrote:
Nope, AFAIK pickle is not able to do that
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/FriendsOfPHP/pickle/issues/233#issuecomment-883492671, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACE6KHRES3CX4NWVC3MIPDTYWJ5ZANCNFSM5AWBHBPQ .
I searched and found only this topic : https://github.com/FriendsOfPHP/pickle/issues/177 , however, still not clear. Is there any way, without us requiring to manually locate the php.ini and add by hand :
extension=xyz.so
. Would be nice, i.e.pickle enable xyz
. phpbrew has such functionality.