summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-08-01 12:55:39 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-08-13 14:53:53 +0200
commit60a7e60b61b8e4a3d455974c83f76a26546ce117 (patch)
tree01e5421b60f4dfeeb361f1caf4d35c49bcf7ff38 /NEWS
parentfdfc7ea9320c25ccca519095642bade6784caf48 (diff)
downloadphp-git-60a7e60b61b8e4a3d455974c83f76a26546ce117.tar.gz
Fixed bug #72530
For objects with destructors, we will now only call the destructor in the initial GC run, and remove any nested data. The object is marked purple so it will be considered a root for the next GC run, at which point it will be fully destroyed, if possible. GC counts change on a number of tests, as the objects now get destroyed later.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1254024d36..aac83845b5 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ PHP NEWS
(Nikita)
. Fixed bug #78406 (Broken file includes with user-defined stream filters).
(Nikita)
+ . Fixed bug #72530 (Use After Free in GC with Certain Destructors). (Nikita)
- Date:
. Fixed bug #78383 (Casting a DateTime to array no longer returns its