Skip to content

Deprecate producing output in a user output handler #19067

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

Merged
merged 4 commits into from
Jul 10, 2025

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