Trouble enabling display_error in php.ini
Perhaps directive "display_errors" defined twice in php.ini:
grep -i display_errors /etc/httpd/php.ini
As bindbn recommended, checking for duplicate directives in php.ini is a good start - then check the other places PHP configuration directives may be set.