PHP 8.3.4 Released!

Installation

This extension is bundled with PHP, and is installed using the --with-tidy configure option.

add a note

User Contributed Notes 3 notes

up
-13
a dot sadegh63 at gmail dot com
1 year ago
install tidy on ubuntu 20.0.4 for PHP 8.1
sudo apt-get install php8.1-tidy
up
-31
Anonymous
10 years ago
On Redhat-ish linux, you must install both libtidy and libtidy-devel (PHP 5.x):
sudo yum install libtidy libtidy-devel
up
-38
krzysztof at madejscy dot pl
5 years ago
On Ubuntu 17.10 and php 7.1:
sudo apt install libtidy-dev libtidy5 php-tidy
To Top