File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This is a log of major user-visible changes in each phpMyFAQ release.
12
12
- (WIP) added Twig as new template engine (Thorsten)
13
13
- (WIP) added experimental online update feature (Jan Harms, Thorsten)
14
14
- added Symfony Routing (Thorsten)
15
- - (planned) added support for PHP 8.3 (Thorsten)
15
+ - added experimental support for PHP 8.3 (Thorsten)
16
16
- updated to PNPM (Thorsten)
17
17
18
18
### phpMyFAQ v3.2.0 - 2023-07-
Original file line number Diff line number Diff line change 1
1
#
2
- # This image uses a php:8.2 -apache base image and do not have any phpMyFAQ code with it.
2
+ # This image uses a php:8.3.0beta1 -apache base image and do not have any phpMyFAQ code with it.
3
3
# It's for development only, it's meant to be run with docker-compose
4
4
#
5
5
6
6
# ####################################
7
7
# === Unique stage without payload ===
8
8
# ####################################
9
- FROM php:8.2 -apache
9
+ FROM php:8.3.0beta1 -apache
10
10
11
11
# === Install gd PHP dependencie ===
12
12
RUN set -x \
@@ -59,8 +59,8 @@ RUN set -ex \
59
59
&& rm -rf /var/lib/apt/lists/*
60
60
61
61
# === Install xdebug PHP dependencies ===
62
- RUN pecl install xdebug-3.2.0RC1 \
63
- && docker-php-ext-enable xdebug
62
+ # RUN pecl install xdebug-3.2.0RC1 \
63
+ # && docker-php-ext-enable xdebug
64
64
65
65
# === php default ===
66
66
ENV PMF_TIMEZONE="Europe/Berlin" \
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ _Running using named volumes:_
58
58
- ** sqlserver** : image with Microsoft SQL Server for Linux
59
59
- ** elasticsearch** : Open Source Software image (it means it does not have XPack installed)
60
60
61
- _ Running apache web server with PHP 8.2 support:_
61
+ _ Running apache web server with PHP 8.3 support:_
62
62
63
63
- ** phpmyfaq** : mounts the ` phpmyfaq ` folder in place of ` /var/www/html ` .
64
64
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ _Running using named volumes:_
129
129
- ** sqlserver** : image with Microsoft SQL Server for Linux
130
130
- ** elasticsearch** : Open Source Software image (it means it does not have XPack installed)
131
131
132
- _ Running apache web server with PHP 8.2 support:_
132
+ _ Running apache web server with PHP 8.3 support:_
133
133
134
134
- ** phpmyfaq** : mounts the ` phpmyfaq ` folder in place of ` /var/www/html ` .
135
135
You can’t perform that action at this time.
0 commit comments