mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
The tidyOptGetCategory function (added in libtidy 5.4.0) if only useable if TidyInternalCategory (added in libtidy 5.6.0) is also present, so check for the latter instead. close GH-19053