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

Added brotli native in PHP #11504

Closed
DevSysEngineer opened this issue Jun 22, 2023 · 6 comments
Closed

Added brotli native in PHP #11504

DevSysEngineer opened this issue Jun 22, 2023 · 6 comments

Comments

@DevSysEngineer
Copy link

Description

Hello all,

More and more software supports brotli in their software package. There is now via workaround possible to use brotli via an extension (https://github.com/kjdev/php-ext-brotli) or calling the binary itself in PHP. It would be nice if it native available in PHP like Zip functions.

More links:
https://packages.debian.org/search?keywords=brotli

@iluuu1994
Copy link
Member

@KvanSteijn Bundling an extension means that the PHP core team will be responsible for maintenance. It also doesn't actually guarantee that the extension will actually be available in the distribution you're using, as only required extensions are guaranteed to be included. If you think the functionality is important enough to be included, you can follow the RFC process. The first step would be to send a mail to the internals mailing list and seeing if other people are interested in this feature. Thanks for the suggestion!

@KapitanOczywisty
Copy link

Duplicate of #8022

@remicollet
Copy link
Contributor

Of course @kjdev answer is expected here

@kjdev
Copy link

kjdev commented Jun 22, 2023

I will try the publishing procedure with pecl

@kjdev
Copy link

kjdev commented Aug 6, 2023

There's PECL release https://pecl.php.net/package/brotli

@iluuu1994
Copy link
Member

That's fantastic, thanks @kjdev! I'm closing this issue then.

@iluuu1994 iluuu1994 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants