Skip to content

Commit 3663a31

Browse files
committed
Add php 8.3.0 RC5
Enable php 8.3.0 RC5 by default
1 parent 28786d8 commit 3663a31

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A lightweight sandbox for learning, testing and debugging php code based on Dock
77
## features
88

99
- Linux, Apache, php-fpm and MariaDB (LAMP)
10-
- php 8.2, 8.1, 8.0, 7.4 along with the most commonly used extensions
10+
- php 8.3.0 RC5, 8.2, 8.1, 8.0, 7.4 along with the most commonly used extensions
1111
- Just works with any domain name and https is configured out of the box
1212
- Support for multiple virtual hosts
1313
- Apache and php configuration files are exposed on the host for easy edit
@@ -24,7 +24,7 @@ The setup consists of 2 Docker images with a combined size of approximately 110
2424

2525
- web server ![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/8ct8pus/apache-php-fpm-alpine?sort=semver)
2626
- Apache 2.4.58 with SSL
27-
- php-fpm 8.2.11
27+
- php-fpm 8.3.0 RC5
2828
- Xdebug 3.3.0 alpha 3 - debugger and profiler
2929
- [SPX prolifer dev-master](https://github.com/NoiseByNorthwest/php-spx)
3030
- composer 2.6.5

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ services:
1212
# save mariadb databases to named volume
1313
- database:/var/lib/mysql/
1414
web:
15+
# php 8.3.0 RC5
16+
image: 8ct8pus/apache-php-fpm-alpine:php8.3.0RC5
1517
# php 8.2.11 with virtual hosts with new self-signed certificates generator
16-
image: 8ct8pus/apache-php-fpm-alpine:2.1.3
18+
#image: 8ct8pus/apache-php-fpm-alpine:2.1.3
1719
# php 8.2.10 with virtual hosts with new self-signed certificates generator
1820
#image: 8ct8pus/apache-php-fpm-alpine:2.1.2
1921
# php 8.2.9 with virtual hosts with new self-signed certificates generator

0 commit comments

Comments
 (0)