Skip to content

Conversation

@WyriHaximus
Copy link
Contributor

Work in progress, don't merge yet. Going to commit in stages

@bartvanhoutte
Copy link
Contributor

Seems like I'm running into the same issue. @WyriHaximus Is this a problem that has to get fixed or is this eventually caught by GC?

@WyriHaximus
Copy link
Contributor Author

@bartvanhoutte I utterly forgot about this, well you have two kinds of memory leaks in PHP, the ones that the GC will clean up and the ones that the GC doesn't clean up. The ones the GC will clean up are ignorable until a certain point. The otherones aren't. So the question is, is the GC cleaning up what you are seeing? I'll get on this PR again soon and get it ready for review and merging 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants