Php Tidy

netweave

New member
Joined
Apr 8, 2015
Messages
3
Hi I would like to use php tidy. Can you please guide a total noob how this can be achieved.
Thanks
 
Hello,

This extension is bundled with PHP 5 and greater, and is installed using the --with-tidy configure option.
http://php.net/manual/en/tidy.installation.php

Check this http://help.directadmin.com/item.php?id=252 to learn how to add custom modules to php with custombuild

Hi Alex,
I followed the instructions with the link you provided using custombuild.
However I got this error message "cp: unrecognized option '--with-tidy'. I am total noob. Can you shed some light?
TIA
 
Php Tidy Install

Hello,

This extension is bundled with PHP 5 and greater, and is installed using the --with-tidy configure option.
http://php.net/manual/en/tidy.installation.php

Check this http://help.directadmin.com/item.php?id=252 to learn how to add custom modules to php with custombuild

Hi Alex,
Thank you for your reply. I followed the instructions to add custom modules but I got this error message:"cp -fp configure/suhp/configure.php5 custom/suhp/configure.php5 --with-tidy" cp: unrecognized option '--with-tidy'
 
Back
Top