OOzy Pal schrieb:
> I have php4 running on Ubuntu Feisty. I can see php5-tidy in the
> Synaptic (Package Manager) but can not see php4-tidy or php-tidy. How
> can I install php4-tidy for php4?
> 
On linux:

- download the source
- untar and go to directory
- /path/to/phpize
- ./configure   ( maybe --help )
- make
- make install
- enable the new extension in the php.ini
- done

hth
Jens

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to