How can I install php version 7.3 from bundle

recently my program is working fine running in php 7.3. now I checked the version of php is now 8.1.
how can I downgrade my php version to 7.3?

Thank you,

You would have to build the package from source.

Example build on CentOS.

Another solution is to dockerize PHP :

https://clearlinux.org/software/bundle/containers-basic

https://clearlinux.org/software/docker/clearlinux

https://clearlinux.org/software/bundle/docker-compose

2 Likes

Let us know how it worked out for you.