You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ext/tidy: Enable tidyOptGetCategory on Windows (php#20226)
The tidy library on Windows has been updated to tidy-html5 5.6.0 which
provides tidyOptGetCategory() function and has the TidyInternalCategory
enumeration.
https://github.com/winlibs/libtidy
Copy file name to clipboardExpand all lines: ext/tidy/config.w32
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ if (PHP_TIDY != "no") {
21
21
AC_DEFINE('HAVE_TIDY_H',1,"Define to 1 if you have the <tidy.h> header file.")
22
22
AC_DEFINE('HAVE_TIDYOPTGETDOC',1,"Define to 1 if Tidy library has the 'tidyOptGetDoc' function.")
23
23
AC_DEFINE('HAVE_TIDYRELEASEDATE',1,"Define to 1 if Tidy library has the 'tidyReleaseDate' function.")
24
+
AC_DEFINE('HAVE_TIDYOPTGETCATEGORY',1,"Define to 1 if Tidy library has the 'tidyOptGetCategory' function and supports the 'TidyInternalCategory' enumeration.")
0 commit comments