Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Brotli compression removed from PHP 7.3?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Brotli compression removed from PHP 7.3?

I just changed my PHP version from 7.2 to 7.3 in cPanel (php selector). And the Brotli compression option seems to be removed.

Anyone here facing the same issue? How to enable it if it is not showing in PHP selector?

Comments

  • ZerpyZerpy Member

    Yes seems to be the case - contact CloudLinux and ask :)

  • nfnnfn Veteran

    It's in the core. Have you tested?

  • SplitIceSplitIce Member, Host Rep
    edited May 2019

    @nfn Core? Source?

    I've been using php-ext-brotli on 7.2 which certainly is not php core.

  • nfnnfn Veteran
    edited May 2019

    I had the same question. If you switch to php7.3 in cpanel you have brotli by default.

    There is no brotli module, that's why I said it's in the php compiled binary (core).

    I have this in HostMantis. Buyshared and MDDHosting.

    Check the server header after switching.

    Thanked by 2MikeA Sofia_K
  • Sofia_KSofia_K Member

    @nfn thanks for info. will check the headers.

  • ZerpyZerpy Member

    @nfn said:
    Check the server header after switching.

    there's a difference between brotli in Apache and Brotli in PHP :) One is to compress using brotli for the transport, and Brotli in PHP is to be able to handle brotli compression within a given application.

    OP asks about Brotli in PHP, not Brotli in Apache.

  • nfnnfn Veteran

    @Zerpy you're right, misunderstood the question, sorry.

  • YuraYura Member

    @nfn said:
    @Zerpy you're right, misunderstood the question, sorry.

    Not your fault, question was too compressed.

    Thanked by 1nfn
  • NeoonNeoon Community Contributor, Veteran

    @Yura said:

    @nfn said:
    @Zerpy you're right, misunderstood the question, sorry.

    Not your fault, question was too compressed.

    Next time use a lossless compression.

    Thanked by 1nfn
Sign In or Register to comment.