PHP is installed using the OS package manager, either yum for CentOS/Fedora or apt-get for Ubuntu/Debian.
What Me.B is saying is the location of php.ini differs between the operating systems.
I would suggest to use virtual host override php value / php admin value settings, or a .htaccess file inside the virtual host to set error reporting for php and display errors for just that virtualhost rather than changing the php.ini server wide.
What Me.B is saying is the location of php.ini differs between the operating systems.
I would suggest to use virtual host override php value / php admin value settings, or a .htaccess file inside the virtual host to set error reporting for php and display errors for just that virtualhost rather than changing the php.ini server wide.