Today there was a big change in the tidy extension:
These functions were removed: * tidy_reset_config (only proto) * tidy_restore_config (not documented) * tidy_snapshot_config (not documented) * tidy_setopt (only proto) * tidy_load_config (only proto) * tidy_load_config_enc (not documented) * tidy_set_encoding (documented) * tidy_save_config (only proto) Protos changes in: * tidy_parse_string * tidy_parse_file * tidy_repair_string * tidy_repair_file Can I remove the files for the removed functions or should I add a note saying the function was removed in PHP 4.3.5? 3 aren't even documented, 4 only have the proto and 1 is documented. Later I'll change the protos... Nuno
