Hi list,
I ran a package update today on a server I recently upgraded to OpenBSD 7.9.
$ doas pkg_add -uvi
This particular server had PHP 8.4.x installed on it. In some of the
update output I saw:
Skipping php-8.5.5 (update candidate for php-8.4.22)
php-8.4.22 pkgpaths: lang/php/8.4,-main
php-8.5.5 pkgpaths: lang/php/8.5,-main
I was wondering:
** Does this mean that there will be no more updates to PHP-8.4.x and
that the next upgrade candidate is to php-8.5 ?
** Does this mean that to move to PHP 8.5.x I should explicitly install
it via: pkg_add ?
Thanks,
- J