pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: PHP-FPM change PHP version
On Thu, Mar 07, 2024 at 09:46:53PM -0500, Julien Savard wrote:
> I know it's a dummy question but I can't find how to do it anywhere. I'm
> using pkgsrc 2023Q4 and I would like to compile php-fpm with PHP83 support
> instead of the PHP81 default. Does anyone know how to do that?
/usr/pkgsrc/www/php-fpm> make help topic=PHP
...
# === User-settable variables ===
#
# PHP_VERSION_DEFAULT
# The PHP version to choose when more than one is acceptable to
# the package.
#
# Possible: 56 74 80 81 82 83
# Default: 82
-> set PHP_VERSION_DEFAULT=83 in your /etc/mk.conf.
Thomas
Home |
Main Index |
Thread Index |
Old Index