File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ PHP NEWS
44
44
. Fixed bug #76965 (INI_SCANNER_RAW doesn't strip trailing whitespace).
45
45
(Pierrick)
46
46
47
+ - Tidy:
48
+ . Fixed bug #77027 (tidy::getOptDoc() not available on Windows). (cmb)
49
+
47
50
- XML:
48
51
. Fixed bug #30875 (xml_parse_into_struct() does not resolve entities). (cmb)
49
52
. Add support for getting SKIP_TAGSTART and SKIP_WHITE options. (cmb)
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ if (PHP_TIDY != "no") {
17
17
18
18
EXTENSION ( "tidy" , "tidy.c" ) ;
19
19
AC_DEFINE ( 'HAVE_TIDY' , 1 , 'Have TIDY library' ) ;
20
+ AC_DEFINE ( 'HAVE_TIDYOPTGETDOC' , 1 , "tidy_get_opt_doc function" )
20
21
ADD_FLAG ( 'CFLAGS_TIDY' , '/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1' ) ;
21
22
if ( ! PHP_TIDY_SHARED ) {
22
23
ADD_DEF_FILE ( "ext\\tidy\\php_tidy.def" ) ;
You can’t perform that action at this time.
0 commit comments