diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2017-06-25 19:48:17 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2017-06-25 19:48:17 +0200 |
commit | 2fddc4a7f1588239939a509781706c084939e09f (patch) | |
tree | b2db13c65ad144440f191be1f2c4167e5fe6952f /NEWS | |
parent | de66e80d757f2a89fa16ee436d89ecc428f369a9 (diff) | |
download | php-git-2fddc4a7f1588239939a509781706c084939e09f.tar.gz |
Fixed bug #73900
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ PHP NEWS . Fixed bug #74780 (parse_url() borken when query string contains colon). (jhdxr) . Fixed bug #74761 (Unary operator expected error on some systems). (petk) + . Fixed bug #73900 (Use After Free in unserialize() SplFixedArray). (nikic) - SPL: . Fixed bug #73471 (PHP freezes with AppendIterator). (jhdxr) |