Hi John,

Being older and wiser than I was this morning:

tidySetInCharEncoding
tidySetOutCharEncoding
tidyOptGetDoc
tidyOptGetDocLinksList
tidyOptGetNextDocLinks
tidyAttrGetById

are the only newly introduced functions between the two library versions. The _only_ problem with the current static doze build is it includes one of those new functions in its export list, and libtidy does not.

As Nuno noted, the API change between versions consists of declaring every Tidy substitution as a 'TIDY_CALL' type, but that only affects the four memory settings.

- Steph



On Wed, 2006-04-19 at 14:27 +0200, Steph Fox wrote:
Really this is down to John Coggeshall (as maintainer) - unless someone else feels like going and finding a newer version of libtidy and testing it with the existing extension(s) - e.g. would a newer version also bring other new
functions that aren't wrapped in the extension(s) currently?

I can try to find some time and take a look at what is in the most up to
date libtidy and add the functionality to the extension if it makes
sense. However, even then I never was the one to get it working in
Windows :)

John

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to