I’m trying to understand and fix a php version problem at a phpbb website.
What are the differences between etc/php/5.6/apache2/php.ini
and
etc/php/5.6/cli/php.ini
Should the sendmail settings be the same in both files?
Thanks.
I’m trying to understand and fix a php version problem at a phpbb website.
What are the differences between etc/php/5.6/apache2/php.ini
and
etc/php/5.6/cli/php.ini
Should the sendmail settings be the same in both files?
Thanks.
The first is the config for the apache web server, the second is for the command line interface (cli).