summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2017-07-01 11:52:03 +0200
committerBob Weinand <bobwei9@hotmail.com>2017-07-01 11:52:03 +0200
commite3cc15daf2abc1b4886d4888c3bf5ca9cef035c8 (patch)
tree75d83e60c407d5ecaacdf9277aece164698bc022 /NEWS
parent2a1ad885388d1287b7a963d5b9ca9d297163ec19 (diff)
downloadphp-git-e3cc15daf2abc1b4886d4888c3bf5ca9cef035c8.tar.gz
Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within finally)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 28a7d290b2..3a97a4596b 100644
--- a/NEWS
+++ b/NEWS
@@ -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)