Skip to content

Fix memory leak on Randomizer::__construct() call twice #9091

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jul 23, 2022
Merged
Prev Previous commit
Next Next commit
Merge branch 'master' into randomizer_constructor_twice
  • Loading branch information
zeriyoshi authored Jul 22, 2022
commit fc643aac76d5ee18b1ff1e8f0483ca953e17da60
2 changes: 0 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ PHP NEWS

- Random:
. Added new random extension. (Go Kudo)
. Fixed bug GH-9066 (signed integer overflow). (zeriyoshi)
. Fixed bug GH-9089 (Memory leak when calling Randomizer::__construct() on an existing object). (zeriyoshi)

- SPL:
. Widen iterator_to_array() and iterator_count()'s $iterator parameter to
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.