Skip to content

Commit e71eb56

Browse files
committed
chore: switch to PHP 8.3 for development
1 parent 0764103 commit e71eb56

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is a log of major user-visible changes in each phpMyFAQ release.
1212
- (WIP) added Twig as new template engine (Thorsten)
1313
- (WIP) added experimental online update feature (Jan Harms, Thorsten)
1414
- added Symfony Routing (Thorsten)
15-
- (planned) added support for PHP 8.3 (Thorsten)
15+
- added experimental support for PHP 8.3 (Thorsten)
1616
- updated to PNPM (Thorsten)
1717

1818
### phpMyFAQ v3.2.0 - 2023-07-

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#
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.
33
# It's for development only, it's meant to be run with docker-compose
44
#
55

66
#####################################
77
#=== Unique stage without payload ===
88
#####################################
9-
FROM php:8.2-apache
9+
FROM php:8.3.0beta1-apache
1010

1111
#=== Install gd PHP dependencie ===
1212
RUN set -x \
@@ -59,8 +59,8 @@ RUN set -ex \
5959
&& rm -rf /var/lib/apt/lists/*
6060

6161
#=== 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
6464

6565
#=== php default ===
6666
ENV PMF_TIMEZONE="Europe/Berlin" \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ _Running using named volumes:_
5858
- **sqlserver**: image with Microsoft SQL Server for Linux
5959
- **elasticsearch**: Open Source Software image (it means it does not have XPack installed)
6060

61-
_Running apache web server with PHP 8.2 support:_
61+
_Running apache web server with PHP 8.3 support:_
6262

6363
- **phpmyfaq**: mounts the `phpmyfaq` folder in place of `/var/www/html`.
6464

docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ _Running using named volumes:_
129129
- **sqlserver**: image with Microsoft SQL Server for Linux
130130
- **elasticsearch**: Open Source Software image (it means it does not have XPack installed)
131131

132-
_Running apache web server with PHP 8.2 support:_
132+
_Running apache web server with PHP 8.3 support:_
133133

134134
- **phpmyfaq**: mounts the `phpmyfaq` folder in place of `/var/www/html`.
135135

0 commit comments

Comments
 (0)