Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Mar 7, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

BogdanUngureanu and others added 12 commits March 7, 2025 18:00
* PHP-8.4:
  Fix GH-17991: Assertion failure dom_attr_value_write
zend_std_write_property() can return the variable pointer, but the code
was using a local variable, and so a pointer to a local variable could
be returned. Fix this by using the value pointer instead of the backup
value was written.
This can be more efficient on master by using the safe_assign helper.

Closes GH-17947.
* PHP-8.4:
  Fix GH-17941: Stack-use-after-return with lazy objects and hooks
@pull pull bot added the ⤵️ pull label Mar 7, 2025
@pull pull bot merged commit 3772b50 into wudi:master Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants