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.
2 parents d229a6d + 8a172e4 commit 5772d14Copy full SHA for 5772d14
2 files changed
Dockerfile
@@ -92,7 +92,7 @@ RUN set -eux; \
92
# gpgconf --kill all; \
93
# rm -rf "$GNUPGHOME"; \
94
# fi; \
95
- git clone https://github.com/php/php-src php; \
+ git clone -b PHP-8.2 --single-branch https://github.com/php/php-src php; \
96
cd php; \
97
# git checkout "$( \
98
# git for-each-ref --format='%(refname)' refs/tags \
README.md
@@ -123,6 +123,7 @@ modules enabled by default visit: **[devilbox/docker-php-fpm](https://github.com
123
| pdo_sqlite | ✔ |
124
| Phar | ✔ |
125
| posix | ✔ |
126
+| random | ✔ |
127
| readline | ✔ |
128
| Reflection | ✔ |
129
| session | ✔ |
0 commit comments