diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2017-07-01 11:52:03 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2017-07-01 11:52:03 +0200 |
commit | e3cc15daf2abc1b4886d4888c3bf5ca9cef035c8 (patch) | |
tree | 75d83e60c407d5ecaacdf9277aece164698bc022 /NEWS | |
parent | 2a1ad885388d1287b7a963d5b9ca9d297163ec19 (diff) | |
download | php-git-e3cc15daf2abc1b4886d4888c3bf5ca9cef035c8.tar.gz |
Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within finally)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ PHP NEWS . Fixed bug #74761 (Unary operator expected error on some systems). (petk) . Fixed bug #73900 (Use After Free in unserialize() SplFixedArray). (nikic) +- Opcache: + . Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within + finally). (Bob) + - PDO: . Fixed bug #69356 (PDOStatement::debugDumpParams() truncates query). (Adam Baratz) |