PHP Update

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
paggierni
Posts: 3
Joined: 12 Oct 2021, 19:48

PHP Update

Post 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!
cas
Posts: 1611
Joined: 11 Mar 2006, 16:08
Contact:

Re: PHP Update

Post 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:
paggierni
Posts: 3
Joined: 12 Oct 2021, 19:48

Re: PHP Update

Post by paggierni »

cas,

Thanks for your reply, how can I change the default php version?
cas
Posts: 1611
Joined: 11 Mar 2006, 16:08
Contact:

Re: PHP Update

Post by cas »

Post Reply