Skip to content

Commit 5772d14

Browse files
authored
Merge pull request #12 from mrLexx/master
Fix php version
2 parents d229a6d + 8a172e4 commit 5772d14

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ RUN set -eux; \
9292
# gpgconf --kill all; \
9393
# rm -rf "$GNUPGHOME"; \
9494
# fi; \
95-
git clone https://github.com/php/php-src php; \
95+
git clone -b PHP-8.2 --single-branch https://github.com/php/php-src php; \
9696
cd php; \
9797
# git checkout "$( \
9898
# git for-each-ref --format='%(refname)' refs/tags \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ modules enabled by default visit: **[devilbox/docker-php-fpm](https://github.com
123123
| pdo_sqlite ||
124124
| Phar ||
125125
| posix ||
126+
| random ||
126127
| readline ||
127128
| Reflection ||
128129
| session ||

0 commit comments

Comments
 (0)