pickle
pickle copied to clipboard
Installing extension from source doesn't work
pickle install --source --defaults redis
just selects latest stable 5.3.5.
@mlocati Any idea what this could be?
I think the problem is that it reads the version from the package.xml: https://github.com/php-memcached-dev/php-memcached/blob/master/package.xml#L32
That version is not updated in main
so therefore Pickle says it installs 3.1.5
while in fact it does compile from source.
I think that should be improved.