> 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...

I am not sure such a quick reaction is needed. Unless these are 'final'
changes. Since there was no release of tidy since november, the above
changes are not available in a release. Also tidy is not bundled with PHP
4.x if I understand correctly (I have not followed this much), and
therefore stating that some functions have been removed in PHP 4.3.5 is
wrong.

We need to get accomodated to documenting the PECL extensions with their
PECL version numbers (and PHP version numbers if they are bundled and thus
also have a related PHP version number :).

Goba

Reply via email to