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 cca1b69 commit 1fa9515Copy full SHA for 1fa9515
extensions/core/docker-install.sh
@@ -36,7 +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
+ php -v
40
php /usr/local/bin/pickle -v
41
pickle -v
42
fi
0 commit comments