PHP5 Centos 6 displays part of code from PHP file for some scripts
Solution
edit /etc/php.ini change short_open_tag = Off to:
short_open_tag = On
Then restart Apache and it should be resolved (assuming the scripts failing used <? and ?>)
php, centos, displays, scriptsphp, scripts, edit, etc, ini, short_open_tag, restart, apache, resolved, failing,