1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 03:51:07 +02:00

[ci skip] Merge branch 'PHP-7.4' into PHP-8.0

* PHP-7.4:
  [ci skip] Fix news entry for bug #79971
  [ci skip] Update NEWS
This commit is contained in:
Christoph M. Becker
2021-11-16 13:13:19 +01:00

4
NEWS
View File

@@ -48,6 +48,10 @@ PHP NEWS
- PCRE:
. Fixed bug #81424 (PCRE2 10.35 JIT performance regression). (cmb)
- XML:
. Fixed bug #79971 (special character is breaking the path in xml function).
(CVE-2021-21707) (cmb)
- XMLReader:
. Fixed bug #81521 (XMLReader::getParserProperty may throw with a valid
property). (Nikita)