-
Notifications
You must be signed in to change notification settings - Fork 59
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
OOM Issue (StringHelper.php:211) on PHP 8.2 / TS 3.13 #216
Comments
I moved public function __destruct()
{
+ $this->disconnect();
if ($this->adapter instanceof Adapter) {
$this->adapter->__destruct();
}
-
- $this->disconnect();
} |
Hi @toster234 , sorry for the late reply. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi y'all,
I'm currently working on a refresh of the integration of ts3phpframework into the LanSuite Lanparty CMS .
I'm facing an apparent regression between 1.1.35 and 1.2.1 causing an out-of-memory error ultimately thrown in StringHelper.php Line 211
Story so far
^1.2
, thus ending on1.2.1
as version usedserveradmin
for the query connectionREADME.md
$TS3PHPFramework->factory($uri)
; I ran into out-of-memory errorsdev-master
(!)dev-master
is apparently outdated after renaming, on state of1.1.35
and as far as text goes not really compatible with PHP 8.2.1.2.1
has the issue reappearing immediately, same ondev-dev
(duh!)I saw that this issue was apparently already noticed and supposed to be fixed in #195 but somehow this appears not to be the case?
So would be greatly appreciated to get some feedback on that.
Environment
The text was updated successfully, but these errors were encountered: