Skip to content

Conversation

DanielEScherzer
Copy link
Member

@DanielEScherzer DanielEScherzer requested a review from Girgias July 8, 2025 16:26
Copy link
Member

@Girgias Girgias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks sensible to me, thank you!

@DanielEScherzer DanielEScherzer merged commit 07f1cfd into php:master Jul 10, 2025
9 checks passed
@DanielEScherzer DanielEScherzer deleted the output-from-handler branch July 10, 2025 04:21
Comment on lines +981 to +982
zend_string *handler_name = handler->name;
zend_string_addref(handler_name);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would be a little cleaner as zend_string *handler_name = zend_string_copy(handler->name);

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