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,
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
Let us know how it worked out for you.