Page 1 of 1

PHP Update

Posted: 22 Jun 2022, 21:12
by paggierni
Hello,

We have an implementation of version 2.24.3 with PHP version 7.4.3.
Recently we updated PHP to version 7.4.30 but Mantis still shows the previous version.
Because of this I have 2 doubts:

1. Is Mantis version 2.24.3 compatible with PHP version 7.4.30?
If yes,
How do I make the change in Mantis?

I am using an Ubuntu 20.04 server btw.

Any help would be greatly appreciated.

Thanks!

Re: PHP Update

Posted: 23 Jun 2022, 06:51
by cas
Mantis will pick up whatever you installed and activated. If you create a tiny script like:

Code: Select all

<?php
phpinfo();
?>
and run the script, you will see what the active PHP version is. I think a new version has been installed but not made the default version :mrgreen:

Re: PHP Update

Posted: 24 Jun 2022, 17:06
by paggierni
cas,

Thanks for your reply, how can I change the default php version?

Re: PHP Update

Posted: 25 Jun 2022, 06:33
by cas