This is the first PHP 8.2 and PHP 8 release of the image.
PGP keys have been updated for the PHP 8.2 versions.
Bump Onigurama version too, to 6.9.8.
Reference: https://www.php.net/ChangeLog-8.php
Differential D2814
Upgrade to PHP 8.2.3 dereckson on Feb 27 2023, 19:09. Authored by Tags Referenced Files
Subscribers
Details
This is the first PHP 8.2 and PHP 8 release of the image. Bump Onigurama version too, to 6.9.8. Reference: https://www.php.net/ChangeLog-8.php echo '<?php phpinfo();' > /tmp/www/index.php docker run -dt -v /tmp/www:/var/wwwroot/default -p 8080:80 nasqueron/nginx-php-fpm
Diff Detail
Event TimelineComment Actions This change is against rDPHPVIIFPM last version. Instead to have nasqueron/nginx-php-fpm for PHP 5, nasqueron/nginx-php7-fpm for PHP 7 and nasqueron/nginx-php8-fpm for PHP 8, plan is:
To use this repository in the future, to pin a legacy PHP 5 or 7 version, we can use tags, for example to use PHP 7.4.27, nasqueron/nginx-php-fpm:7.2.27 |