I have a VPS from 1&1 with CentOS 5.2 64-bit.
Last Tuesday I've upgraded PHP and installed ImageMagick which had to upgrade many other packages, including Apache, MySQL, Perl, etc. Lots of stuff got upgraded in the process but being a complete noob I just went with it.
Now the problem is that all the websites look like this:
1.
2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/ xhtml1/DTD/xhtml1-transitional.dtd">
(a new line on every single PHP file before output)
I even tried ob_start();
and die(trim(ob_get_clean()));
with no luck. The new line continues to persist.
I briefly checked /etc/php.ini
with nothing standing out.
What can I do?