diff options
author | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-07-06 21:33:07 +0200 |
---|---|---|
committer | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-07-06 21:35:10 +0200 |
commit | 31d1a728544f7ae740463cd0d1f345544175fcd2 (patch) | |
tree | fdfd2b1908a87f6e1396046ee95307506c079172 /vendor/ezyang/htmlpurifier/WHATSNEW | |
parent | f9a989fe1b0944b9b7d896b23544522fd42c4fd7 (diff) | |
download | volse-hubzilla-31d1a728544f7ae740463cd0d1f345544175fcd2.tar.gz volse-hubzilla-31d1a728544f7ae740463cd0d1f345544175fcd2.tar.bz2 volse-hubzilla-31d1a728544f7ae740463cd0d1f345544175fcd2.zip |
:arrow_up: Updating some PHP libraries.
htmlpurifier (v4.9.2 => v4.9.3) with bugfix for PHP7.1
sabre/http (4.2.2 => 4.2.3)
Diffstat (limited to 'vendor/ezyang/htmlpurifier/WHATSNEW')
-rw-r--r-- | vendor/ezyang/htmlpurifier/WHATSNEW | 7 |
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. |