aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/ezyang/htmlpurifier/WHATSNEW
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-07-07 12:16:27 +0200
committerGitHub <noreply@github.com>2017-07-07 12:16:27 +0200
commitd077f15270e7c6954a7fb4d6e4d60d6dbb0777c7 (patch)
treefdfd2b1908a87f6e1396046ee95307506c079172 /vendor/ezyang/htmlpurifier/WHATSNEW
parentb16e4c558ffb47d2b48f0dab97e4389c9198f831 (diff)
parent31d1a728544f7ae740463cd0d1f345544175fcd2 (diff)
downloadvolse-hubzilla-d077f15270e7c6954a7fb4d6e4d60d6dbb0777c7.tar.gz
volse-hubzilla-d077f15270e7c6954a7fb4d6e4d60d6dbb0777c7.tar.bz2
volse-hubzilla-d077f15270e7c6954a7fb4d6e4d60d6dbb0777c7.zip
Merge pull request #822 from dawnbreak/composer-light
Add optimize-autoloader to composer config.
Diffstat (limited to 'vendor/ezyang/htmlpurifier/WHATSNEW')
-rw-r--r--vendor/ezyang/htmlpurifier/WHATSNEW7
1 files changed, 4 insertions, 3 deletions
diff --git a/vendor/ezyang/htmlpurifier/WHATSNEW b/vendor/ezyang/htmlpurifier/WHATSNEW
index b435e664b..810086f27 100644
--- a/vendor/ezyang/htmlpurifier/WHATSNEW
+++ b/vendor/ezyang/htmlpurifier/WHATSNEW
@@ -7,6 +7,7 @@ entity decoding (we won't accidentally encode entities that occur
in URLs) and rel="noopener" on links with target attributes,
to prevent them from overwriting the original frame.
-4.9.0 was skipped due to a packaging problem; 4.9.2 fixes two
-major regressions in PHP 5.3 support and entity decoding; no
-other functional changes were applied.
+4.9.3 works around an infinite loop bug in PHP 7.1 with the opcode
+cache (and has one other, minor bugfix, avoiding using autoloading
+when testing for DOMDocument presence). If these bugs do not
+affect you, you do not need to upgrade.