summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-10-17 23:41:37 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-10-17 23:45:03 +0200
commit24b677925434f4c2f3065646d1aff3f2eeaf2e13 (patch)
treed65f4ae9322d2a2020f13a40f58a685b380c5b7c
parente6c2ab546369c69d81a2ffa392cec9d32780be7c (diff)
downloadphp-git-24b677925434f4c2f3065646d1aff3f2eeaf2e13.tar.gz
[ci skip] Update UPGRADING wrt. tidyp support
This is especially noteworthy since `tidy_get_relase()` returns 'unknown' when built against libtidyp, which might break some code which relies on `tidy_get_release()` to return a date formatted as `yyyy/mm/dd`.
-rw-r--r--UPGRADING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index a43857ea98..cbc231a589 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -477,6 +477,11 @@ PCRE:
(`(object) array( ... )`), rather than using the nonexistent method
stdClass::__setState().
+ Tidy:
+ . Building against tidyp (<https://github.com/petdance/tidyp>) is now also
+ supported transparently. Since tidyp offers no API to get the release date,
+ tidy_get_release() and tidy::getRelease() return 'unknown' in this case.
+
Zip:
. Building against the bundled libzip is discouraged, but still possible by
adding `--without-libzip` to the configuration.