Page 1 of 1

Tidy Extension for PHP 5

PostPosted: Sun Apr 08, 2007 1:15 pm
by llay
Would it be possible for you to install the Tidy extension for PHP 5? This shouldn't affect anything else, but it has several utilities that might be useful for your clients. I need it to convert HTML files to XML for a utility I'm building and Tidy does that very well.

You can install Tidy by compiling PHP and using the --with-Tidy option. I installed it on my system with yum install php-tidy.i386. This is an alternative if you don't want to compile PHP. You can also use the pecl install if you have pear installed - which I think you do.

Hope you can help.

Thanks, Lori

PostPosted: Wed May 09, 2007 3:23 pm
by Fabin
I'm afraid, we won't be able to provide tidy on PHP.

The PHP that we use is bundled along with cPanel. cPanel doesn't support tidy in their PHP package.