This is my php.ini
extension_dir = "ext"
extension=php_tidy.dll
[Tidy]
;tidy.default_config = /usr/local/lib/php/default.tcfg
tidy.clean_output = Off
Can you belive when I type php -m
, I get tidy in the list but when I check the phpinfo()
function, there is no mention about tidy ?
And when I write $tidy = new tidy;
in a php file, I get this error Fatal error: Class 'tidy' not found in E:\DEV\WWW\lexique\load.php on line 32
. (The application worked fine under a previous install)
PHP 5.4.15 Apache 2.4