File tree Expand file tree Collapse file tree 6 files changed +15
-8
lines changed
Expand file tree Collapse file tree 6 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN pecl install -o -f redis \
4343 && rm -rf /tmp/pear \
4444 && docker-php-ext-enable redis
4545RUN case ${PHP_VERSION} in \
46- 8.0*|7.4*) \
46+ 8.1*|8. 0*|7.4*) \
4747 docker-php-ext-configure gd --enable-gd --with-freetype --with-jpeg --with-webp \
4848 && docker-php-ext-install gd; \
4949 ;; \
@@ -65,7 +65,7 @@ ARG ENABLE_XDEBUG
6565RUN if [ ${ENABLE_XDEBUG} = 1 ] ; then \
6666 pecl install xdebug; \
6767 case ${PHP_VERSION} in \
68- 8.0*|7.4*) \
68+ 8.1*|8. 0*|7.4*) \
6969 echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > /usr/local/etc/php/conf.d/xdebug.ini \
7070 && echo "xdebug.mode=profile" >> /usr/local/etc/php/conf.d/xdebug.ini \
7171 && echo "xdebug.start_with_request=trigger" >> /usr/local/etc/php/conf.d/xdebug.ini \
Original file line number Diff line number Diff line change @@ -28,8 +28,9 @@ NGINX_PORT_443=443
2828# 7.3
2929# 7.4
3030# 8.0
31+ # 8.1
3132#
32- PHP_VERSION = 7.4
33+ PHP_VERSION = 8.0
3334
3435
3536# Specify a Docker image for your database (MySQL or MariaDB)
Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1010
1111No unreleased versions
1212
13+ ## [ 2.3.0] - 2022-02-19
14+
15+ ### Added
16+
17+ - support for PHP ` 8.1 `
18+
1319## [ 2.2.0] - 2021-03-02
1420
1521### Changed
Original file line number Diff line number Diff line change 99![ GitHub] ( https://img.shields.io/github/license/eleftrik/laradhoc )
1010![ GitHub tag (latest by date)] ( https://img.shields.io/github/v/tag/eleftrik/laradhoc?label=version )
1111
12- 🆕 ✅ * Rilasciata la versione ** 2.2 .0** con qualche miglioramento! *
12+ 🆕 ✅ * Rilasciata la versione ** 2.3 .0** - supporto per PHP 8.1 *
1313
1414** Laradhoc** è un semplice ambiente di sviluppo LEMP basato su Docker per applicazioni [ Laravel] ( https://laravel.com/ ) .
1515
@@ -19,7 +19,7 @@ Cerchi qualcosa di simile per [WordPress](https://wordpress.org/)? Dai un'occhia
1919## Caratteristiche
2020
2121* Nginx
22- * PHP (7.2 / 7.3 / 7.4 / 8.0) con OPCache
22+ * PHP (7.2 / 7.3 / 7.4 / 8.0 / 8.1 ) con OPCache
2323* Composer 2.0
2424* MySQL / MariaDB
2525* MongoDB
Original file line number Diff line number Diff line change 99![ GitHub] ( https://img.shields.io/github/license/eleftrik/laradhoc )
1010![ GitHub tag (latest by date)] ( https://img.shields.io/github/v/tag/eleftrik/laradhoc?label=version )
1111
12- 🆕 ✅ * Version ** 2.2 .0** is out with some improvement! *
12+ 🆕 ✅ * Version ** 2.3 .0** is out - PHP 8.1 support *
1313
1414** Laradhoc** is a Docker-based basic LEMP development environment designed for [ Laravel] ( https://laravel.com/ )
1515applications.
@@ -22,7 +22,7 @@ Looking for a similar Docker environment for [WordPress](https://wordpress.org/)
2222## Features
2323
2424* Nginx
25- * PHP (7.2 / 7.3 / 7.4 / 8.0) with OPCache
25+ * PHP (7.2 / 7.3 / 7.4 / 8.0 / 8.1 ) with OPCache
2626* Composer 2.0
2727* MySQL / MariaDB
2828* MongoDB
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- LARADHOC_VERSION=2.2 .0
3+ LARADHOC_VERSION=2.3 .0
44
55SCRIPT=` realpath $0 `
66SCRIPT_PATH=` dirname $SCRIPT `
You can’t perform that action at this time.
0 commit comments