Hi,
Just to follow up in case it helps anyone in the future...
I modified all the php 8.1 config files similar to my customizations of
the php 8.0.
Added all the php 8.1 packages corresponding to the 8.0 packages,
enabled all the 8.1 addons, switched to 8.1 and everything ran fine.
I deleted all the php 8.0 packages and have a nice clean system
(pkg_delete -a)
Thanks for the feedback on my original post.
Cheers,
Steve W.
On 4/19/2023 9:16 AM, Steve Williams (Contractor) wrote:
Hi,
I just completed the 7.5 upgrade process and after running the pkg_add
-u, I ended up with both
* php-8.0.28p1
* php-8.1.18
Poking around, I find that php 8.1.18 is pulled in as a dependency of
roundcubemail.
I have php-8.0.28p1 installed (upgraded from 7.2). I have a couple of
un-packaged web applications (eg: piwigo) that need php.
Is the "default" version of PHP the 8.1.18 version for OnBase 7.3?
For example, rc.conf.local still has php80_fpm in it, rather than
php81_fpm.
I can move the php/php_fpm configs to php-8.1.18 and then pkg_delete
the php-8.0.28p1 associated packages, but I wanted to make sure this
was the correct approach.
Here's what my system looks like post upgrade:
php-8.0.28p1 server-side HTML-embedded scripting language
php-8.1.18 server-side HTML-embedded scripting language
php-bz2-8.0.28p1 bzip2 compression extensions for php
php-curl-8.0.28p1 curl URL library extensions for php
php-gd-8.0.28p1 image manipulation extensions for php
php-intl-8.0.28p1 intl library support for php
php-intl-8.1.18 intl library support for php
php-mysqli-8.0.28p1 mysql database access extensions for php
php-pdo_mysql-8.0.28p1 PDO mysql database access extensions for php
php-pdo_pgsql-8.1.18 PDO pgsql database access extensions for php
php-pspell-8.0.28p1 pspell library extensions for php
php-pspell-8.1.18 pspell library extensions for php
php-zip-8.0.28p1 zip functions for php
php-zip-8.1.18 zip functions for php
Thanks,
Steve Williams