-
Notifications
You must be signed in to change notification settings - Fork 7.8k
DOM memory leak #17145
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
Labels
Comments
might be a libxml2 version issue ? cc @nielsdos |
Good guess, but for once this is caused by an issue in PHP, it's a stupid typo in this case. |
nielsdos
added a commit
to nielsdos/php-src
that referenced
this issue
Dec 13, 2024
Because the use of RETURN instead of RETVAL, the freeing code could not be executed. This only is triggerable if the content of the attribute is mixed text and entities, so it wasn't noticed earlier.
nielsdos
added a commit
to nielsdos/php-src
that referenced
this issue
Dec 13, 2024
Because the use of RETURN instead of RETVAL, the freeing code could not be executed. This only is triggerable if the content of the attribute is mixed text and entities, so it wasn't noticed earlier.
nielsdos
added a commit
that referenced
this issue
Dec 14, 2024
* PHP-8.4: Fix GH-17145: DOM memory leak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The following code:
Resulted in this output:
PHP Version
nightly
Operating System
ubuntu 22.04
The text was updated successfully, but these errors were encountered: