Friday, August 1. 2003
After fixing a few more bugs, I've moved my
Tidy PHP Extension into its new and probably long-term home of the
PHP PECL Repository. For those of you who haven't used PECL extensions before, simply check them out like you would the CVS source for PHP:
cvs -d :pserver:cvsread@cvs.php.net:/respository co pecl/tidy
(password: 'phpfi')
and stick the tidy folder in the ext/ directory of PHP. Then, once you have downloaded the
Tidy Library compile using:
./configure --with-tidy
make
make install
You can check for it's existance by executing 'php -m' and looking for 'tidy'