We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b757f20 commit cca1b69Copy full SHA for cca1b69
extensions/core/docker-install.sh
@@ -36,6 +36,7 @@ if [ -n "$PECL_EXTENSION" ]; then
36
curl https://github.com/FriendsOfPHP/pickle/releases/latest/download/pickle.phar -L -o /usr/local/bin/pickle
37
chmod +x /usr/local/bin/pickle
38
which pickle
39
+ cat /usr/local/bin/pickle
40
php /usr/local/bin/pickle -v
41
pickle -v
42
fi
0 commit comments