安装

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

User Contributed Notes

krzysztof at madejscy dot pl 16-May-2018 11:26
On Ubuntu 17.10 and php 7.1:
sudo apt install libtidy-dev libtidy5 php-tidy
Anonymous 05-Feb-2014 07:06
On Redhat-ish linux, you must install both libtidy and libtidy-devel (PHP 5.x):
sudo yum install libtidy libtidy-devel
PHP8中文手册 站长在线 整理 版权归PHP文档组所有