I have an existing installation of PHP5 on my RHEL server. It's managed via yum, so security updates are applied as usual.
I have need for HTML Tidy functionality, and was dismayed to learn that there (seemingly) is not a php5 extension available, and that (seemingly) the only way to get it is to compile php --with -tidy. Zapping my yum-managed php installation and compiling just to get tidy functionality seems excessive.
Are there other methods for getting HTML Tidy integrated with php5 that I'm not finding?
Edited with answer:
Thanks to cyberx86 (from serverfault) for the suggestion of enabling EPEL and grabbing the php-tidy package there.
Steps:
Done and thanks.