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 c5bed48 commit c6fe6a6Copy full SHA for c6fe6a6
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
+ /usr/local/bin/pickle -v
40
pickle -v
41
fi
42
0 commit comments