]> granicus.if.org Git - php/commitdiff
[ci skip] Update UPGRADING wrt. tidyp support
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 17 Oct 2018 21:41:37 +0000 (23:41 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 17 Oct 2018 21:45:03 +0000 (23:45 +0200)
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`.

UPGRADING

index a43857ea9870114e3bec5c15a273b192208eb352..cbc231a58972118088d4f9df53898416aa3529ba 100644 (file)
--- 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.