cytopia/devilbox

[Feature]: Make PHP 8.3 available

bbouman-rb opened this issue ยท 12 comments

What is your idea or feature suggestion?

Add PHP 8.3 to the available PHP versions.

Benefits

This increases PHP's community ability to adapt to the newest PHP version.

Where can we find information about this?

No response

Are you willing to provide a PR to address this?

None

Doesnt look like this repo is maintained anymore.. Are there any active forks?
It stopped with 8.2.1 it seems.

Same here. It would be nice if support for PHP 8.3 was added. Anyway, thank you very much for such a great tool. :)

Laravel 11 has 8.2 minimum but recommended is 8.3

Maybe someone with dev-op skills can fork and continue?

Hopefully devilbox can get the love it deserves! In the meantime, I have started playing with https://lando.dev/ for my new project.

Guys, wish me luck, I will dive into it ๐Ÿคฟ.

Thanks, @fibis! Please drop a link to your fork when you can.

If anyone is interested, I made a fork and added PHP 8.3, MySQL 8.1-8.3, MariaDB 10.11-11.3 there, and also updated other images.
https://github.com/john-ea/devilbox
https://github.com/john-ea/docker-php-fpm

My updated images(docker hub):

  • johnea/php-fpm:${PHP_SERVER}...
  • johnea/webserver:${HTTPD_SERVER}-${HTTPD_FLAVOUR:-alpine}...
  • johnea/mysql:${MYSQL_SERVER}...
  • johnea/bind:alpine...

If anyone is interested, I made a fork and added PHP 8.3, MySQL 8.1-8.3, MariaDB 10.11-11.3 there, and also updated other images. https://github.com/john-ea/devilbox https://github.com/john-ea/docker-php-fpm

My updated images(docker hub):

  • johnea/php-fpm:${PHP_SERVER}...
  • johnea/webserver:${HTTPD_SERVER}-${HTTPD_FLAVOUR:-alpine}...
  • johnea/mysql:${MYSQL_SERVER}...
  • johnea/bind:alpine...

Just wanted to drop a quick note to say a huge thank you for adding support for PHP 8.3. Your effort is greatly appreciated! I've tested them thoroughly, and everything works perfectly.

@bbouman-rb Seems your wish is fullfilled ;) @john-ea great work! Will check it out :)