2 versions php configuration

Asked

Viewed 12 times

-2

good afternoon.

I have php version 5.3 installed on my server, and I have an application that runs on it. However, I need to include php version 8 to run another application. I installed it quietly, when I do double check by php -v normal wheel, both for version 5.3 and for version 8.

However, in version 8 came without the php.ini file, only php.ini-Production and php.ini-Development. I needed to know which php.ini to edit to include some extensions and "Loaded Configuration File" looked like (None). I have set php.ini-Production to php.ini only and in "Loaded Configuration File" it already shows the path, but when I try to access my application the error "This page is not working localhost cannot meet this request at the moment. HTTP ERROR 500"

Can anyone tell me if when I change the name of php-Production I need to set the change somewhere?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.