Hello again,
Just want to report my final solution for my dev environment. I did a complete upgrade to php-8.1.21 to clean situation. While this cause no particular problem from OpenBSD side, problems erasing from the PHP prospective or call it "code", are some (and still on type checking while was with 8.0.29): - type checking on methods cause assertions (see also design patterns if you use them) Hope this helpful to someone else. -- Daniele Bonini "Daniele B." <[email protected]> wrote: > Hello everyone and Stuart in particular, > > I just grasped that after my station upgrade to 7.3 > my PHP situation is the following: > > Information for inst:php-8.0.29 > Required by: > pecl80-imagick-3.7.0p1 > pecl80-memcached-3.2.0p0 > and more.. > > Information for inst:php-8.1.21 > Required by: > pear-utils-1.10.19p3 > > And it doesn appear to me the best as from > inst:php-8.0.29 depend all my PHP extensions and two pecl and from > inst:php-8.1.21 depends only the pear-utils (and PHP extensions > repositiory) if I'm not wrong, nice uh? > > What is your best suggestion, I could try to go ahead > with inst:php-8.0.29 as my working environment > and not caring too much about pear requirements, or > it is better to try to fix situation upgrading > everything to php-8.1.21? > > Thanks in advance, > > > -- Daniele Bonini

