Skip to content
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

Move ob_gzhandler to zlib #3076

Merged
merged 1 commit into from
Jan 7, 2024
Merged

Conversation

haszi
Copy link
Contributor

@haszi haszi commented Jan 6, 2024

Move ob_gzhandler to its extension, zlib.

There are four bundled extension provided output handler functions: ob_iconv_handler (iconv), ob_tidyhandler (tidy), ob_gzhandler (zlib) and mb_output_handler (mbstring). All but ob_gzhandler are in their extensions' function reference list/directory.

All four functions remain linked in the 'See also' section of ob_start and a note on ob_gzhandler specific behaviour stays in that file too.

@Girgias Girgias merged commit 0fb27c5 into php:master Jan 7, 2024
2 checks passed
@haszi haszi deleted the Move-ob_gzhandler-to-zlib branch January 7, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants