Skip to content

Commit 20695fb

Browse files
committed
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: Fix #77027: tidy::getOptDoc() not available on Windows
2 parents 310b95d + 8a9e031 commit 20695fb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ PHP NEWS
4444
. Fixed bug #76965 (INI_SCANNER_RAW doesn't strip trailing whitespace).
4545
(Pierrick)
4646

47+
- Tidy:
48+
. Fixed bug #77027 (tidy::getOptDoc() not available on Windows). (cmb)
49+
4750
- XML:
4851
. Fixed bug #30875 (xml_parse_into_struct() does not resolve entities). (cmb)
4952
. Add support for getting SKIP_TAGSTART and SKIP_WHITE options. (cmb)

ext/tidy/config.w32

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ if (PHP_TIDY != "no") {
1717

1818
EXTENSION("tidy", "tidy.c");
1919
AC_DEFINE('HAVE_TIDY', 1, 'Have TIDY library');
20+
AC_DEFINE('HAVE_TIDYOPTGETDOC', 1, "tidy_get_opt_doc function")
2021
ADD_FLAG('CFLAGS_TIDY', '/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1');
2122
if (!PHP_TIDY_SHARED) {
2223
ADD_DEF_FILE("ext\\tidy\\php_tidy.def");

0 commit comments

Comments
 (0)