How to change php version in codeigniter project

0

I have a Codeigniter project in version 3.1.9 which using PHP 5.6 version.

Now I want to upgrade the PHP version into 7. When I try it shows some function deprecation.

How can I solve it?

Sebin George

Posted 2019-06-25T06:59:51.330

Reputation: 1

Simply replace your deprecated functions to newer ones. – CaldeiraG – 2019-06-25T08:57:58.643

No answers