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 1423ce1 commit ef7c11cCopy full SHA for ef7c11c
phpbrew/Dockerfile
@@ -52,4 +52,5 @@ RUN source ~/.phpbrew/bashrc \
52
+cli +phar +bz2 +xml +filter +mbregex +mbstring +posix +pcntl \
53
&& phpbrew use $PHP_DIST_NAME \
54
&& which php \
55
- && php -v
+ && php -v \
56
+ && phpbrew info
0 commit comments